-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
39 lines (39 loc) · 854 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": "readme-stats",
"version": "0.1.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node ./app.js",
"test": "node ./test.js",
"devStart": "nodemon ./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/songquanpeng/readme-stats.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/songquanpeng/readme-stats/issues"
},
"homepage": "https://github.com/songquanpeng/readme-stats#readme",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5",
"express": "^4.17.1",
"form-data": "^4.0.0",
"lru-cache": "^7.14.1",
"serve-static": "^1.15.0"
},
"devDependencies": {
"nodemon": "^2.0.7",
"prettier": "^2.2.1"
},
"prettier": {
"singleQuote": true
},
"engines": {
"node": "16.x"
}
}