{ "name": "wow-addon-toc", "version": "0.1.0", "description": "World Of Warcraft addon toc file parser", "main": "lib/index.js", "scripts": { "test": "node node_modules/mocha/bin/_mocha -R spec", "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/node": "^18.15.11", "mocha": "^1.21.4", "should": "^4.0.4", "typescript": "^5.0.4" } }