-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 930 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": "encites",
"version": "4.1.1",
"description": "fetches GitHub activity, providing an API for that activity and rendering it prettily in Markdown",
"main": "index.js",
"scripts": {
"lint": "standard",
"clean": "rm -rf ./data && rm -rf ./reports && rm -rf ./raw && rm team.md"
},
"keywords": [
"github",
"insights",
"api",
"markdown"
],
"author": "Tierney Cyren <[email protected]>",
"license": "MIT",
"devDependencies": {
"standard": "^16.0.3"
},
"dependencies": {
"@octokit/rest": "^18.3.2",
"dotenv": "^8.2.0",
"fs-extra": "^9.1.0",
"luxon": "^1.26.0",
"pino": "^6.11.2"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cutenode/encites.git"
},
"bugs": {
"url": "https://github.com/cutenode/encites/issues"
},
"homepage": "https://github.com/cutenode/encites#readme"
}