1234567891011121314151617 |
- {
- "name": "@joystream/helios",
- "version": "0.1.0",
- "bin": {
- "helios": "bin/cli.js"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 0"
- },
- "license": "MIT",
- "dependencies": {
- "@joystream/runtime-api": "^0.1.0",
- "@types/bn.js": "^4.11.5",
- "axios": "^0.19.0",
- "bn.js": "^4.11.8"
- }
- }
|