27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"name": "noname-typings",
|
|
"version": "2024.01.16",
|
|
"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": "*"
|
|
}
|
|
} |