12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "@joystream/storage-runtime-api",
- "private": true,
- "version": "0.1.0",
- "description": "Runtime API abstraction for Joystream Storage Node",
- "author": "Joystream",
- "homepage": "https://github.com/Joystream/joystream",
- "bugs": {
- "url": "https://github.com/Joystream/joystream/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/Joystream/joystream.git"
- },
- "license": "GPL-3.0-only",
- "contributors": [
- {
- "name": "Joystream",
- "url": "https://joystream.org/"
- }
- ],
- "keywords": [
- "joystream",
- "storage",
- "node",
- "runtime"
- ],
- "os": [
- "darwin",
- "linux"
- ],
- "engines": {
- "node": ">=14.0.0"
- },
- "volta": {
- "extends": "../../package.json"
- },
- "scripts": {
- "test": "mocha 'test/**/*.js' --exit",
- "lint": "eslint '**/*.js' --ignore-pattern 'test/**/*.js'"
- },
- "devDependencies": {
- "chai": "^4.2.0",
- "eslint": "^7.6.0",
- "mocha": "^5.2.0",
- "sinon": "^7.3.2",
- "sinon-chai": "^3.3.0",
- "temp": "^0.9.0"
- },
- "dependencies": {
- "@joystream/storage-utils": "^0.1.0",
- "@joystream/types": "^0.16.1",
- "@polkadot/api": "4.2.1",
- "async-lock": "^1.2.0",
- "lodash": "^4.17.11",
- "password-prompt": "^1.1.2"
- }
- }
|