{
  "name": "@civ-clone/base-science-advance-invention",
  "version": "0.1.0",
  "main": "index.js",
  "repository": "git@github.com:civ-clone/base-science-advance-invention.git",
  "keywords": [
    "typescript",
    "civilization"
  ],
  "author": "dom111 <dom111@users.noreply.github.com>",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "npm run ts:compile && npm run prettier:format",
    "prettier:check": "prettier --config .prettierrc '**/*.ts'",
    "prettier:format": "prettier --config .prettierrc '**/*.ts' --write",
    "test": "ts-mocha ./tests/*.test.ts",
    "test:coverage": "c8 ts-mocha ./tests/*.test.ts",
    "ts:compile": "tsc --build tsconfig.json"
  },
  "devDependencies": {
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.11.2",
    "c8": "^7.3.1",
    "chai": "^4.2.0",
    "mocha": "^8.1.3",
    "prettier": "^2.1.2",
    "ts-mocha": "^7.0.0",
    "typescript": "^4.0.3"
  },
  "dependencies": {
    "@civ-clone/core-science": "^0.1.0"
  }
}
