monopoly-shared-model
Version:
Shared model for Monopoly
46 lines (45 loc) • 1.18 kB
JSON
{
"name": "monopoly-shared-model",
"version": "1.0.58",
"description": "Shared model for Monopoly",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"compile": "rm -rf lib/ && tslint -p . && tsc --pretty",
"test": "jest --config jestconfig.json",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run compile",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/Robert/monopoly-shared-ts.git"
},
"keywords": [
"Monopoly"
],
"author": "FBI",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/Robert/monopoly-shared-ts/issues"
},
"homepage": "https://gitlab.com/Robert/monopoly-shared-ts#readme",
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^25.2.0",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.5"
},
"dependencies": {
"crypto": "^1.0.1"
}
}