-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 864 Bytes
/
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
{
"name": "streamdeck-googlemeet",
"version": "1.0.1",
"description": "Stream Deck Google Meet plugin",
"scripts": {
"build": "npm run build:js && bash ./create-release.sh",
"build:js": "npx rollup -c",
"test": "mocha --require ts-node/register test/**/*.ts"
},
"author": "Jeroen Van den Berghe",
"license": "ISC",
"devDependencies": {
"@jeroenvdb/prettier-config": "^1.0.4",
"@rollup/plugin-typescript": "3.1.1",
"@types/aws-lambda": "^8.10.51",
"@types/chrome": "0.0.117",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.5",
"@types/rewire": "^2.5.28",
"@types/ws": "^7.2.6",
"mocha": "^10.2.0",
"prettier": "^2.0.5",
"rewire": "^5.0.0",
"rollup": "^2.21.0",
"ts-node": "^8.10.1",
"tslib": "^2.0.0",
"typescript": "^3.9.3"
},
"dependencies": {
"ws": "^7.5.10"
}
}