forked from Ashutosh00710/github-readme-activity-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "github-readme-activity-graph",
"version": "1.0.0",
"description": "An activity graph to show you github activities (or contribution)",
"main": "main.js",
"scripts": {
"start": "nodemon src/main.ts",
"build": "tsc -p .",
"test": "jest",
"coverage": "npm test -- --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ashutosh00710/github-readme-activity-graph.git"
},
"author": "Ashutosh Dwivedi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ashutosh00710/github-readme-activity-graph/issues"
},
"homepage": "https://github.com/Ashutosh00710/github-readme-activity-graph#readme",
"dependencies": {
"@types/body-parser": "^1.19.0",
"@types/express": "^4.17.11",
"@types/node": "^14.14.21",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"node-chartist": "^1.0.5",
"nodemon": "^2.0.7",
"supertest": "^6.1.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"ts-jest": "^26.4.4"
}
}