-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
47
48
49
50
51
52
53
54
{
"name": "CORE",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js",
"test": "newman run docs/postman_collection.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.10.0",
"@inquirer/select": "^1.3.1",
"@octokit/rest": "19.0.13",
"apollo-server": "^3.12.0",
"apollo-server-express": "^3.13.0",
"apollo-server-lambda": "^3.13.0",
"axios": "1.4.0",
"body-parser": "^1.19.1",
"cli-progress": "^3.12.0",
"commander": "^11.1.0",
"cors": "^2.8.5",
"dotenv": "^16.3.2",
"ejs": "3.1.9",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"googleapis": "118.0.0",
"graphql": "^16.8.1",
"graphql-http": "1.21.0",
"graphql-type-json": "0.3.2",
"http": "0.0.1-security",
"inquirer": "^9.2.12",
"mongodb": "^6.3.0",
"morgan": "^1.10.0",
"newman": "^6.1.1",
"node-fetch": "3.1.1",
"node-telegram-bot-api": "^0.61.0",
"nodemon": "3.0.1",
"path": "^0.12.7",
"pg": "^8.11.1",
"pg-copy-streams": "^6.0.6",
"pm2": "^5.3.1",
"range-parser": "^1.2.1",
"redis": "^4.6.13",
"uuid": "9.0.0"
},
"bin": {
"coree": "./cli/cli.mjs",
"core": "./cli/cli.js"
}
}