-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 944 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
36
37
38
39
{
"name": "lonedissent",
"type": "module",
"version": "1.0.0",
"description": "Lone Dissent",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeffpar/lonedissent.git"
},
"author": "Jeff Parsons",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jeffpar/lonedissent/issues"
},
"homepage": "https://github.com/jeffpar/lonedissent#readme",
"devDependencies": {
"eslint": "^8.36.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"he": "^1.2.0",
"iconv": "^2.3.2",
"mkdirp": "^0.5.1",
"readline-sync": "^1.4.9",
"request": "^2.88.0",
"xml2js": "^0.4.19"
},
"dependencies": {
"@google-cloud/storage": "^7.8.0",
"@google-cloud/vision": "^4.1.0",
"animejs": "^3.0.0",
"csshake": "^1.5.3",
"json5": "^2.2.3",
"puppeteer": "^21.11.0"
}
}