UNPKG

@karuta/codenames-core

Version:
39 lines (38 loc) 981 B
{ "name": "@karuta/codenames-core", "version": "0.1.3", "description": "Common modules of Codenames", "main": "dist", "scripts": { "build": "tsc", "debug": "tsc --incremental --sourceMap", "test": "eslint --ext=ts,js ." }, "repository": { "type": "git", "url": "git+https://github.com/takashiro/czech-codenames-core.git" }, "keywords": [ "codenames", "board", "game" ], "author": "Kazuichi Takashiro", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/takashiro/czech-codenames-core/issues" }, "homepage": "https://github.com/takashiro/czech-codenames-core#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", "eslint": "^7.28.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.23.4", "typescript": "^4.3.2" }, "files": [ "dist" ] }