ygocore-interface
Version:
[WIP] ygocore interface (message definitions, constants, api signatures)
31 lines (30 loc) • 697 B
JSON
{
"name": "ygocore-interface",
"version": "0.3.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ghlin/node-ygocore-interface"
},
"description": "[WIP] ygocore interface (message definitions, constants, api signatures)",
"scripts": {
"build": "tsc",
"prepublishOnly": "tsc"
},
"keywords": [
"ygopro",
"yu-gi-oh",
"ygopro-core",
"ygo"
],
"author": "ghlin <2012.2.9.ghl@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/node": "^10.12.10",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.1.6"
}
}