{
  "name": "@alenaksu/neatjs",
  "description": "NEAT (Neuroevolution of Augmenting Topologies) implementation in JavaScript",
  "version": "1.0.0-alpha.2",
  "license": "GPL-3.0-or-later",
  "source": "dist-src/index.js",
  "types": "dist-types/index.d.ts",
  "main": "dist-node/index.js",
  "module": "dist-web/index.js",
  "pika": true,
  "sideEffects": false,
  "keywords": [
    "neat",
    "ai",
    "genetic",
    "algorithm",
    "evolutionary",
    "javascript"
  ],
  "files": [
    "dist-*/",
    "assets/",
    "bin/"
  ],
  "homepage": "https://github.com/alenaksu/neatjs#readme",
  "bugs": {
    "url": "https://github.com/alenaksu/neatjs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alenaksu/neatjs.git"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-transform-runtime": "^7.4.0",
    "@babel/runtime": "^7.4.2",
    "@pika/pack": "^0.3.5",
    "@pika/plugin-build-node": "^0.3.14",
    "@pika/plugin-build-web": "^0.3.14",
    "@pika/plugin-ts-standard-pkg": "^0.3.14",
    "@types/node": "^11.11.3",
    "ava": "^1.2.1",
    "husky": "^1.3.1",
    "npm-check": "^5.9.0",
    "prettier": "1.16.4",
    "pretty-quick": "^1.10.0",
    "ts-node": "^8.0.3",
    "typescript": "^3.3.3333"
  }
}
