123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "@joystream/util",
- "version": "0.1.0",
- "description": "Utility code for Joystream Storage Node",
- "author": "Joystream",
- "homepage": "https://github.com/Joystream/storage-node-joystream",
- "bugs": {
- "url": "https://github.com/Joystream/storage-node-joystream/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/Joystream/storage-node-joystream.git"
- },
- "license": "GPL-3.0",
- "contributors": [
- {
- "name": "Joystream",
- "url": "https://joystream.org"
- }
- ],
- "keywords": [
- "joystream",
- "storage",
- "node",
- "utility"
- ],
- "os": [
- "darwin",
- "linux"
- ],
- "engines": {
- "node": ">=10.15.3"
- },
- "scripts": {
- "test": "mocha 'test/**/*.js'",
- "lint": "eslint '**/*.js' --ignore-pattern 'test/**/*.js'"
- },
- "devDependencies": {
- "chai": "^4.2.0",
- "eslint": "^5.13.0",
- "mocha": "^5.2.0",
- "temp": "^0.9.0"
- },
- "dependencies": {
- "stream-buffers": "^3.0.2",
- "uuid": "^3.3.2"
- }
- }
|