-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "readme-stats-github",
"version": "1.1.0",
"description": "Generate your GitHub's Stats in SVG",
"main": "src/api/withexpress.ts",
"dependencies": {
"axios": "^0.21.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"millify": "^4.0.0",
"node-base64-image": "^2.0.1"
},
"scripts": {
"dev": "nodemon ./src/withexpress.ts",
"build": "tsc",
"start": "node ./dist/withexpress.js"
},
"author": "Tuhin Kanti Pal",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/tuhinpal/readme-stats-github.git"
},
"keywords": [
"github-readme-stats",
"github-stats"
],
"bugs": {
"url": "https://github.com/tuhinpal/readme-stats-github/issues"
},
"homepage": "https://github.com/tuhinpal/readme-stats-github#readme",
"devDependencies": {
"@markdoc/markdoc": "^0.1.3",
"@types/express": "^4.17.13",
"@types/node": "^18.0.3",
"nodemon": "^2.0.19",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
}
}