noname/node_modules/noname-typings/package.json

27 lines
671 B
JSON

{
"name": "noname-typings",
"version": "2024.02.06",
"description": "Noname typings, mainly for showing type hints when creating extensions of the Sanguosha-like game Noname.",
"repository": {
"type": "git",
"url": "git+https://github.com/nonameShijian/noname-typings.git"
},
"keywords": [
"Noname",
"Sanguosha",
"card game",
"extension",
"typings"
],
"author": "nonameShijian",
"license": "GPL-3.0",
"types": "./index.d.ts",
"bugs": {
"url": "https://github.com/nonameShijian/noname-typings/issues"
},
"homepage": "https://github.com/nonameShijian/noname-typings#readme",
"dependencies": {
"@types/cordova": "*",
"@types/node": "*"
}
}