{
  "name": "@nxpkmn/sim",
  "version": "0.6.10",
  "description": "An automatically generated extraction of just the simulator portion of Pokémon Showdown",
  "homepage": "https://psim.us",
  "main": "build/sim/index.js",
  "types": "build/sim/index.d.ts",
  "exports": {
    ".": "./build/sim/index.js",
    "./tools": "./build/sim/tools/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xerxicodex/ps.git"
  },
  "author": "Guangcong Luo <guangcongluo@gmail.com> (http://guangcongluo.com)",
  "contributors": [
    "Cathy J. Fitzpatrick <cathy@cathyjf.com> (https://cathyjf.com)",
    "Bill Meltsner <bill@meltsner.com> (http://www.meltsner.com)"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build",
    "config",
    "data",
    "lib",
    "sim"
  ],
  "dependencies": {
    "@nxpkmn/sets": "^4.0.1",
    "@nxpkmn/streams": "^1.0.0",
    "@nxpkmn/types": "^2.1.0"
  },
  "devDependencies": {
    "mocha": "^10.1.0"
  },
  "scripts": {
    "compile": "tsc -p .",
    "build": "npm run compile",
    "test": "mocha test/main.js test/sim/**/*.js -R dot -u bdd --exit",
    "lint": "eslint . --cache --ext .js,.ts",
    "pretest": "npm run build",
    "posttest": "npm run lint"
  },
  "bugs": {
    "url": "https://github.com/xerxicodex/ps/issues"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  }
}
