UNPKG

@civ-clone/core-city-build

Version:

The repo contains the `CityBuild` and associated objects that deal with building items in `City`s.

46 lines (45 loc) 1.43 kB
{ "name": "@civ-clone/core-city-build", "version": "0.1.7", "main": "index.js", "repository": "git@github.com:civ-clone/core-city-build.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": { "@civ-clone/civ1-city": "github:civ-clone/civ1-city", "@civ-clone/civ1-city-improvement": "github:civ-clone/civ1-city-improvement", "@civ-clone/civ1-unit": "github:civ-clone/civ1-unit", "@types/chai": "^4.0", "@types/chai-spies": "^1.0", "@types/mocha": "^9.0", "@types/node": "^16.0", "c8": "^7.0", "chai": "^4.0", "chai-spies": "^1.0", "mocha": "^9.0", "prettier": "^2.0", "ts-mocha": "^9.0", "typescript": "^4.0" }, "dependencies": { "@civ-clone/core-city": "^0.1.0", "@civ-clone/core-data-object": "^0.1.0", "@civ-clone/core-player": "^0.1.0", "@civ-clone/core-registry": "^0.1.0", "@civ-clone/core-rule": "^0.1.0", "@civ-clone/core-yield": "^0.1.0" } }