-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 971 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
33
34
35
{
"name": "analysis-tools-dev-screenshots",
"private": true,
"description": "Create screenshots from analysis tools websites",
"version": "0.1.0",
"type": "module",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "npx eslint .",
"dev": "tsx src/index.ts"
},
"dependencies": {
"bottleneck": "^2.19.5",
"capture-website": "^4.1.0",
"dotenv": "^16.4.5",
"get-youtube-id": "^1.0.1",
"imagekit": "^5.0.0",
"node-fetch": "^3.2.3",
"tslog": "^4.9.2"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"jest": "^29.1.1",
"jest-junit": "^14.0.1",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"tsx": "^4.7.1",
"typescript": "^4.8.2"
}
}