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