wow-toc-parser/package.json
2023-04-10 22:07:35 +02:00

48 lines
1.2 KiB
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",
"lint": "eslint --max-warnings=0 ."
},
"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",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=14"
}
}