{
  "name": "chess-node",
  "version": "1.1.0",
  "description": "Chess on NODE",
  "main": "./dist/index.js",
  "types": "dist",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p .",
    "lint": "eslint \"src/**/*.ts\"",
    "doc": "npx typedoc src/**/*.ts",
    "prepublish": "npm run build",
    "prettier-format": "prettier --config .prettierrc \"src/**/*.ts\" --write"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlenSaito1/chess-node.git"
  },
  "keywords": [
    "chess"
  ],
  "author": "Alen Yohannan",
  "devDependencies": {
    "@types/node": "^15.0.2",
    "@typescript-eslint/eslint-plugin": "^4.22.1",
    "@typescript-eslint/parser": "^4.22.1",
    "eslint": "^7.26.0",
    "prettier": "^2.2.1",
    "typedoc": "^0.21.0",
    "typescript": "^4.2.4"
  },
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/AlenSaito1/chess-node/issues"
  },
  "homepage": "https://github.com/AlenSaito1/chess-node#readme"
}
