-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "GitVio",
"version": "1.0.0",
"main": "bin/www.js",
"scripts": {
"start": "node ./bin/www.js",
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --ext .js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devXprite/gitvio.git"
},
"author": {
"name": "DevXprite",
"email": "devXprite@gmail.com"
},
"bugs": {
"url": "https://github.com/devXprite/devXprite/issues"
},
"dependencies": {
"@octokit/graphql": "^5.0.0",
"axios": "^0.27.2",
"byte-size": "^8.1.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"firebase": "^9.9.1",
"http-errors": "^2.0.0",
"less-middleware": "^3.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
"node-json-db": "^2.0.0",
"pug": "^3.0.2"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}