UNPKG

@sillyal/dominion

Version:

Representation of Dominion, a deck-building card game created by Donald X. Vaccarino and published by Rio Grande Games.

42 lines (41 loc) 1.04 kB
{ "name": "@sillyal/dominion", "version": "0.0.17", "description": "Representation of Dominion, a deck-building card game created by Donald X. Vaccarino and published by Rio Grande Games.", "keywords": [ "Dominion", "Card Game", "Deck Building" ], "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "/lib" ], "scripts": { "build": "tsc", "test": "jest", "lint": "tslint -c tslint.json 'src/**/*.ts'", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/sillyal/dominion.git" }, "author": "Sillyal", "license": "MIT", "bugs": { "url": "https://github.com/sillyal/dominion/issues" }, "homepage": "https://github.com/sillyal/dominion#readme", "devDependencies": { "@types/jest": "^24.0.11", "jest": "^24.6.0", "prettier": "1.16.4", "ts-jest": "^24.0.1", "tslint": "^5.15.0", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^3.4.1" } }