-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1 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
{
"scripts": {
"build": "node scripts/build.mjs",
"build:bundle": "rollup -c",
"screenshots:key-states": "node scripts/generate-readme-key-states.mjs",
"watch": "rollup -c -w --watch.onEnd=\"streamdeck restart com.phantas-weng.aws-monitor\""
},
"type": "module",
"devDependencies": {
"@elgato/cli": "^1.5.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@tsconfig/node20": "^20.1.2",
"@types/node": "~20.15.0",
"rollup": "^4.0.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@aws-sdk/client-codepipeline": "^3.858.0",
"@aws-sdk/credential-providers": "^3.858.0",
"@elgato/streamdeck": "^2.0.2",
"@elgato/utils": "^0.1.0",
"canvas": "^3.1.2",
"dayjs": "^1.11.13"
}
}