mirror of
https://github.com/tswow/tswow
synced 2026-08-14 20:29:06 -04:00
69 lines
2 KiB
JSON
69 lines
2 KiB
JSON
{
|
|
"name": "tswow",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "build.js",
|
|
"dependencies": {
|
|
"@swc/cli": "0.1.54",
|
|
"@swc/core": "1.2.120",
|
|
"@types/chokidar": "^2.1.3",
|
|
"@types/clipboardy": "^2.0.1",
|
|
"@types/deasync": "^0.1.1",
|
|
"@types/js-yaml": "^3.12.5",
|
|
"@types/md5": "^2.2.0",
|
|
"@types/mocha": "^8.0.3",
|
|
"@types/mysql": "^2.15.15",
|
|
"@types/node": "^14.14.34",
|
|
"@types/node-sql-parser": "^1.1.0",
|
|
"@types/pngjs": "^6.0.1",
|
|
"@types/request": "^2.48.5",
|
|
"@types/terminal-kit": "^1.28.2",
|
|
"@types/xml2js": "^0.4.5",
|
|
"adm-zip": "^0.4.16",
|
|
"bigint-conversion": "^2.2.1",
|
|
"chokidar": "^3.5.2",
|
|
"clipboardy": "^2.3.0",
|
|
"cross-spawn": "^7.0.3",
|
|
"deasync": "^0.1.21",
|
|
"extract-zip": "^2.0.1",
|
|
"fs-extra": "^9.0.1",
|
|
"install": "^0.13.0",
|
|
"js-yaml": "^3.14.0",
|
|
"md5": "^2.3.0",
|
|
"md5-file": "^5.0.0",
|
|
"mocha": "^8.1.3",
|
|
"mysql2": "^2.2.5",
|
|
"ncp": "^2.0.0",
|
|
"node-sql-parser": "^3.1.0",
|
|
"nodejs-file-downloader": "^4.9.2",
|
|
"path": "^0.12.7",
|
|
"pngjs": "^6.0.0",
|
|
"pureimage": "^0.3.5",
|
|
"request": "^2.88.2",
|
|
"request-progress": "^3.0.0",
|
|
"source-map": "^0.7.3",
|
|
"source-map-support": "^0.5.19",
|
|
"sync-mysql": "^3.0.1",
|
|
"terminal-kit": "^1.44.0",
|
|
"typescript": "4.7.3",
|
|
"typescript-to-lua": "1.6.2",
|
|
"xml2js": "^0.4.23"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"build-interactive": "node build.js --interactive",
|
|
"build-release": "node build.js --release",
|
|
"test": "mocha --recursive --require source-map-support/register bin/scripts/tswow/test",
|
|
"otest": "mocha --recursive --require source-map-support/register bin/scripts/tswow/test --grep "
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tswow/tswow.git"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/tswow/tswow/issues"
|
|
},
|
|
"homepage": "https://github.com/tswow/tswow#readme"
|
|
}
|