mirror of
https://github.com/araxiaonline/wow-wotlk-declarations.git
synced 2026-06-13 02:42:25 -04:00
22 lines
514 B
JSON
22 lines
514 B
JSON
{
|
|
"name": "@wartoshika/wow-declarations",
|
|
"version": "0.0.2",
|
|
"description": "Typescript declarations for the current live World of Warcraft LUA API",
|
|
"main": "declarations/index.d.ts",
|
|
"types": "declarations/index.d.ts",
|
|
"publishConfig": {
|
|
"registry":"http://npm-registry.qhun.de"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"wow",
|
|
"lua",
|
|
"wartoshika",
|
|
"qhun"
|
|
],
|
|
"author": "wartoshika <dev@qhun.de>",
|
|
"license": "MIT"
|
|
}
|