forked from 9h03n1x/pythonscriptdeck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 793 Bytes
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
{
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w --watch.onEnd=\"streamdeck restart com.nicoohagedorn.pythonscriptdeck\"",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"type": "module",
"devDependencies": {
"@elgato/cli": "^1.5.1",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-node-resolve": "^15.2.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@tsconfig/node20": "^20.1.2",
"@types/jest": "^30.0.0",
"@types/node": "20.8.10",
"jest": "^30.2.0",
"rollup": "^4.0.2",
"ts-jest": "^29.4.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@elgato/streamdeck": "^2.1.0",
"re": "^0.1.4",
"regex": "^6.0.1"
}
}