-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "open-sign",
"version": "3.1.0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1",
"fetch-events": "ts-node src/lib/events/fetch.ts",
"regenerate-pnpm-lock": "rm -rf node_modules & rm -rf pnpm-lock.yaml & pnpm install",
"build": "rm -rf dist & tsc",
"dev": "NODE_ENV=development ts-node src/server.ts",
"start": "NODE_ENV=production node dist/server.js"
},
"license": "MIT",
"dependencies": {
"color": "4.2.3",
"forever-monitor": "3.0.3",
"lodash": "4.17.21",
"nconf": "0.12.1",
"rpi-led-matrix": "1.14.0",
"sharp": "0.33.5"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@tsconfig/node20": "20.1.4",
"@types/color": "4.2.0",
"@types/eslint": "9.6.1",
"@types/forever-monitor": "1.7.9",
"@types/lodash": "4.17.13",
"@types/nconf": "0.10.7",
"@types/node": "20.17.10",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "15.14.0",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0"
},
"pnpm": {
"overrides": {
"chokidar": "4.0.3"
}
}
}