@ipfn/ts-neuron-gen
Version:
[](http://github.com/ipfn) [](https://www.npmjs.com/package/@ipfn/ts-neuron-gen
38 lines (37 loc) • 1.17 kB
JSON
{
"name": "@ipfn/ts-neuron-gen",
"version": "0.0.10",
"repository": {
"type": "git",
"url": "https://github.com/ipfn/ts-neuron-gen"
},
"author": {
"email": "crackcomm@gmail.com",
"name": "Łukasz Kurowski",
"url": "https://github.com/crackcomm"
},
"dependencies": {
"@ipfn/neurons": "^0.0.9",
"@ipfn/neurons-pb": "^0.0.10",
"@ipfn/synaptic-types": "^0.0.7",
"@types/node": "^8.0.1",
"json-format": "^1.0.1",
"lodash.flatten": "^4.4.0",
"typedoc": "^0.7.1",
"typescript": "2.3.4"
},
"devDependencies": {
"@types/jest": "^20.0.1",
"jest": "^20.0.4",
"ts-stream": "^0.9.1"
},
"bin": {
"ts-neuron-gen": "./bin/ts-neuron-gen.js"
},
"scripts": {
"clean": "rm -rf build",
"test": "npm run build:tests && ./node_modules/.bin/jest",
"build:tests": "npm run clean && mkdir build && cp -R tests build/ && ./node_modules/.bin/tsc",
"build": "npm run clean && ./node_modules/.bin/tsc && cp README.md build/ && cp package.json build/ && rm -rf build/tests"
}
}