-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 KB
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
{
"name": "osb-action-button",
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "ts-node-dev --respawn ./src/sounder.ts",
"dev-bin": "ts-node-dev ./src/bin.ts",
"test": "vitest",
"ci": "vitest run --coverage",
"build": "tsc",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"prettier": "prettier src --check --end-of-line auto"
},
"author": "",
"license": "MIT",
"description": "",
"devDependencies": {
"@faker-js/faker": "^10.0.0",
"@types/express": "^5.0.3",
"@types/node-cron": "^3.0.11",
"@types/play-sound": "^1.1.2",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/eslint-plugin": "^1.3.13",
"eslint": "^9.36.0",
"eslint-plugin-import-x": "^4.16.1",
"msw": "^2.11.3",
"prettier": "^3.6.2",
"prisma": "^6.16.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1",
"vitest": "^3.2.4"
},
"dependencies": {
"@arcath/utils": "^3.15.0",
"chalk": "^5.6.2",
"commander": "^14.0.1",
"node-cron": "^4.2.1",
"onoff": "^6.0.3"
}
}