@civ-clone/core-data-object
Version:
A data exchange object for converting a subset of a class instances to plain JSON.
36 lines (35 loc) • 1.05 kB
JSON
{
"name": "@civ-clone/core-data-object",
"version": "0.1.12",
"repository": "git@github.com:civ-clone/core-data-object.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 --all -x '**/*.ts' -x 'index.*' -x 'register*.*' ts-mocha ./tests/*.test.ts",
"ts:compile": "tsc --build tsconfig.json"
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/mocha": "^8.0.0",
"@types/node": "^16.0.0",
"c8": "^7.0.0",
"chai": "^4.0.0",
"chai-spies": "^1.0.0",
"mocha": "^9.0.0",
"prettier": "^2.0.0",
"ts-mocha": "^9.0.0",
"typescript": "^4.0.0"
},
"dependencies": {
"@civ-clone/core-registry": "^0.1.0"
}
}