UNPKG

@civ-clone/base-unit-spearman

Version:
34 lines (33 loc) 964 B
{ "name": "@civ-clone/base-unit-spearman", "version": "0.1.0", "repository": "git@github.com:civ-clone/base-unit-spearman.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/base-unit-type-fortifiable": "^0.1.0" } }