forked from dail8859/github-release-history
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 846 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
{
"name": "github-release-history",
"version": "1.0.0",
"description": "Track daily download history for your Github project releases. See an [example](https://xianshenglu.github.io/github-release-history/?username=xianshenglu&repository=cloudflare-ip-tester-app).",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node index.ts "
},
"repository": {
"type": "git",
"url": "git+https://github.com/xianshenglu/github-release-history.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xianshenglu/github-release-history/issues"
},
"homepage": "https://github.com/xianshenglu/github-release-history#readme",
"dependencies": {
"axios": "^1.3.4",
"ts-node": "^10.9.1"
}
}