This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.11 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "xconvertq.js",
"version": "1.1.5",
"description": "",
"bin": "dist/main.js",
"scripts": {
"start": "node dist/main",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && nest build",
"dev": "nest start -w | bunyan",
"pkg": "npm run build && pkg -C Gzip ."
},
"author": "",
"license": "ISC",
"dependencies": {
"@bangbang93/utils": "^2.0.0",
"@bbob/core": "^2.7.1",
"@bbob/html": "^2.7.1",
"@bbob/preset-html5": "^2.7.1",
"@nestjs/common": "^8.0.6",
"@nestjs/config": "^1.0.1",
"@nestjs/core": "^8.0.6",
"@nestjs/platform-express": "^8.0.6",
"@sindresorhus/is": "^4.2.0",
"async-sema": "^3.1.1",
"async-stream-consumer": "^1.0.3",
"bbcode-to-markdown": "^1.0.3",
"bluebird": "^3.7.2",
"bunyan": "^1.8.15",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"commander": "^8.3.0",
"dataloader": "^2.0.0",
"date-fns": "^2.25.0",
"dr-sax": "^1.0.12",
"knex": "^0.95.11",
"lodash": "^4.17.21",
"ms": "^2.0.0",
"mysql2": "^3.9.8",
"nest-commander": "^2.3.3",
"nestjs-bunyan": "^2.0.0",
"piscina": "^3.1.0",
"progress": "^2.0.3",
"quick-lru": "^5.1.1",
"rxjs": "^7.3.0",
"source-map-support": "^0.5.19",
"threads": "^1.7.0",
"turndown": "^7.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@nestjs/cli": "^7.6.0",
"@types/bluebird": "^3.5.35",
"@types/bunyan": "^1.8.6",
"@types/lodash": "^4.14.176",
"@types/ms": "^0.7.31",
"@types/node": "^16.0.0",
"@types/progress": "^2.0.5",
"@types/turndown": "^5.0.1",
"@types/uuid": "^8.3.1",
"@types/yargs": "^17.0.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"auto-changelog": "^2.3.0",
"eslint": "^7.29.0",
"pkg": "^5.4.0",
"release-it": "^14.11.6"
},
"pkg": {
"assets": [
"node_modules/piscina/**/*",
"dist/worker.js"
],
"compress": "Gzip",
"targets": [
"node16-linuxstatic",
"node16-win",
"node16-macos"
],
"outputPath": "pkg"
}
}