tarot-game-engine
Version:
A tarot card game Engine
49 lines (48 loc) • 1.12 kB
JSON
{
"name": "tarot-game-engine",
"version": "0.0.11",
"description": "A tarot card game Engine",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist/index.js",
"/dist/index.d.ts"
],
"scripts": {
"test": "jest --config ./jest.config.json",
"build": "rollup -c",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/mjfcolas/tarot-game-engine.git"
},
"keywords": [
"tarot",
"game engine",
"engine",
"card game",
"trick",
"trick-taking game"
],
"author": "mjfcolas",
"license": "GPL-3.0",
"dependencies": {
"play-with-deck": "^1.2.0",
"rxjs": "^7.5.2",
"tarot-card-deck": "^1.2.3"
},
"devDependencies": {
"@babel/preset-env": "^7.16.8",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-typescript": "^9.0.1",
"@types/jest": "^27.4.0",
"esbuild": "^0.15.11",
"jest": "^27.4.7",
"rollup": "^3.2.2",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^5.0.0",
"tslib": "^2.4.0",
"typescript": "^4.5.5"
}
}