-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.69 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
{
"name": "nginx",
"version": "2.4.0",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"start": "node . run",
"typescript": "tsc --noEmit",
"test": "jest",
"lint": "eslint .",
"ts": "ts-node -r dotenv/config -T src",
"dev": "tsnd --respawn -T --rs --cls -r tsconfig-paths/register -r dotenv/config --experimental-modules -- src run",
"prepare": "husky install"
},
"dependencies": {},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/clean-css": "^4.2.5",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.0",
"@types/js-yaml": "^4.0.5",
"@types/luxon": "^2.3.2",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@webantic/nginx-config-parser": "^1.4.1",
"apache-md5": "^1.1.7",
"asn1.js": "^5.4.1",
"axios": "^0.27.2",
"cert2json": "^1.0.12",
"chalk": "^4",
"chokidar": "^3.5.3",
"clean-css": "^5.3.0",
"dotenv": "^16.0.2",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"exec-sh": "^0.4.0",
"fs-extra": "^10.1.0",
"husky": "^7.0.4",
"jest": "^28.1.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.1",
"luxon": "^2.3.2",
"prettier": "^2.6.2",
"rollup": "^2.72.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"string-width": "^4",
"ts-jest": "^28.0.2",
"ts-node-dev": "^1.1.8",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"yargs": "^17.4.1",
"yn": "^4",
"zod": "3.8"
},
"license": "MIT"
}