36 lines
754 B
JSON
36 lines
754 B
JSON
{
|
|
"name": "wow-addon-toc",
|
|
"version": "0.1.0",
|
|
"description": "World Of Warcraft addon toc file parser",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zekesonxx/wow-toc"
|
|
},
|
|
"keywords": [
|
|
"wow",
|
|
"addon",
|
|
"toc",
|
|
"parser"
|
|
],
|
|
"author": "Ulf Gebhardt",
|
|
"license": "Apache2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/zekesonxx/wow-toc/issues"
|
|
},
|
|
"homepage": "https://github.com/zekesonxx/wow-toc",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.0",
|
|
"@types/node": "^18.15.11",
|
|
"jest": "^29.5.0",
|
|
"mocha": "^1.21.4",
|
|
"should": "^4.0.4",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|