justneat
Version:
js neat library
39 lines (38 loc) • 941 B
JSON
{
"name": "justneat",
"version": "0.3.3",
"description": "js neat library",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"test": "jest",
"longtest": "jest --testMatch=**/*.longtest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justjcurtis/JustNeat.git"
},
"keywords": [
"neat",
"ai",
"machine",
"learning",
"ml",
"reinforcement",
"phased",
"pruning"
],
"author": "justjcurtis",
"license": "MIT",
"bugs": {
"url": "https://github.com/justjcurtis/JustNeat/issues"
},
"homepage": "https://github.com/justjcurtis/JustNeat#readme",
"devDependencies": {
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"rollup": "^2.63.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2"
}
}