-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
46 lines (46 loc) · 1.12 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
40
41
42
43
44
45
46
{
"name": "giaa",
"version": "1.0.0",
"description": "Google Indexing API automator",
"scripts": {
"start": "node ./bin/www | node worker.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/m3m3nto/giaa.git"
},
"keywords": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/m3m3nto/giaa/issues"
},
"homepage": "https://github.com/m3m3nto/giaa#readme",
"dependencies": {
"basic-auth": "^2.0.1",
"cookie-parser": "^1.4.6",
"cron": "^1.8.2",
"express": "^4.18.2",
"expressjs": "^1.0.1",
"googleapis": "^73.0.0",
"http": "0.0.0",
"json-schema": ">=0.4.0",
"lodash": "^4.17.21",
"minimist": "^1.2.8",
"mongoose": "^5.13.17",
"mongoose-sequence": "^5.3.1",
"multer": "^1.4.4",
"node-fetch": "^2.6.9",
"node-forge": "^1.3.1",
"request": "^2.88.2",
"socket.io": "^2.5.0",
"socket.io-client": "^2.5.0",
"twig": "^1.16.0",
"url-parse": "^1.5.10",
"validator": "^10.11.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}