-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.19 KB
/
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
36
37
38
39
{
"name": "@techfiddle/snapper",
"version": "2024.6.1",
"description": "Screenshot API By Tech Fiddle for Internal Use.",
"scripts": {
"start": "node index.js",
"lint": "eslint --ignore-path .gitignore . --ext .js",
"format": "prettier -w src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Comp-Labs/ScreenshotAPI.git"
},
"author": "Tech Fiddle <complabs28@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Comp-Labs/ScreenshotAPI/issues"
},
"homepage": "https://github.com/Comp-Labs/ScreenshotAPI#readme",
"dependencies": {
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"lodash": "^4.17.21",
"puppeteer": "22.12.0",
"puppeteer-core": "22.12.0",
"react": "18.3.0",
"react-dom": "18.3.0"
},
"devDependencies": {
"@betahuhn/eslint-config-node": "^0.1.1",
"eslint": "^7.32.0",
"typescript": "^5.4.5",
"vercel": "^30.2.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}