UNPKG

neuron-fiber

Version:
53 lines (52 loc) 1.43 kB
{ "name": "neuron-fiber", "version": "2.0.44", "description": "", "main": "dest/node/index.common.js", "module": "dest/node/index.esm.js", "email": "rainlst@live.com", "keywords": [ "neural net", "neural algorithm", "sigmoid" ], "scripts": { "test": "jest --forceExit --coverage --verbose", "watch-test": "npm run test -- --watchAll", "rollup": "rollup --config", "start": "node dist/index.js", "build": "rimraf dist && tsc --listEmittedFiles", "dev": "npm run watch-node & npm run watch-ts", "watch-node": "nodemon examples/train-data.js", "watch-ts": "tsc -w", "release": "standard-version && git push origin master" }, "repository": { "type": "git", "url": "git+https://github.com/rainlst/neuron-fiber.git" }, "author": "stone", "license": "ISC", "bugs": { "url": "https://github.com/rainlst/neuron-fiber/issues" }, "homepage": "https://github.com/rainlst/neuron-fiber#readme", "dependencies": { "numeric": "^1.2.6" }, "devDependencies": { "@types/jest": "^22.2.3", "@types/node": "^9.4.6", "babel-polyfill": "^6.20.0", "jasmine": "^2.8.0", "jest": "^22.4.3", "nodemon": "^1.17.1", "rimraf": "^2.6.2", "rollup-plugin-dts": "^0.15.1", "rollup-plugin-typescript": "^1.0.1", "standard-version": "^4.3.0", "ts-jest": "^22.4.6", "tslib": "^1.9.3", "typescript": "^2.7.2" } }