mirror of
https://github.com/tswow/tswow
synced 2026-08-14 20:29:06 -04:00
31 lines
707 B
JSON
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"
|
|
}
|