tswow/tswow-scripts/data/package.json
Daniel S. Reichenbach 84a783e71c
chore: cleanup
2024-04-15 16:09:13 +02:00

31 lines
707 B
JSON

{
"name": "wow",
"version": "1.0.0",
"description": "",
"main": "data/index.js",
"types": "data/index.d.ts",
"dependencies": {
"@types/crypto-js": "^3.1.47",
"@types/deasync": "^0.1.1",
"@types/md5": "^2.2.0",
"@types/mocha": "^8.0.3",
"@types/mysql": "^2.15.15",
"@types/node": "^14.10.2",
"@types/xml2js": "^0.4.5",
"crypto-js": "^4.0.0",
"deasync": "^0.1.20",
"md5": "^2.3.0",
"mocha": "^8.1.3",
"mysql": "^2.18.1",
"source-map-support": "^0.5.19",
"typescript": "^4.0.3",
"xml2js": "^0.4.23"
},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git"
},
"author": "tswow",
"license": "GPL-3.0-only"
}