forked from digiz3d/docker-web-recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 860 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
{
"name": "docker-web-recorder",
"private": true,
"version": "1.2.2",
"description": "Docker container that can record web pages with sound",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "tsc",
"lint": "eslint src"
},
"dependencies": {
"@google-cloud/storage": "^6.10.1",
"puppeteer-core": "^20.2.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.16.13",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
}
}