forked from tswow/tswow
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"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"
}