-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
34 lines (34 loc) · 853 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
{
"name": "cuddlephish",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fkasler/cuddlephish.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fkasler/cuddlephish/issues"
},
"homepage": "https://github.com/fkasler/cuddlephish#readme",
"dependencies": {
"bootstrap": "^5.3.2",
"fastify": "^3.24.1",
"fastify-socket.io": "^3.0.0",
"got": "^11.7.0",
"jquery": "^3.6.0",
"light-switch-bootstrap": "^0.1.5",
"prompt": "^1.3.0",
"puppeteer": "^13.5.1",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.9.0",
"stream-replace": "^1.0.0",
"xvfb": "^0.4.0"
}
}