-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.2 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
42
43
44
45
46
47
48
49
50
51
{
"name": "open-community-kit",
"version": "1.2.1",
"description": "Tools and stats for open-source communities",
"main": "contributors.js",
"type": "module",
"bin": {
"ock": "cli.js",
"open-community-kit": "cli.js"
},
"dependencies": {
"@fluxninja/aperture-js": "^2.5.0"
},
"devDependencies": {
"chai": "^4.3.10",
"dotenv": "^16.3.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"sinon": "^16.1.3"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/index.test.js test/*/*.test.js",
"coverage": "nyc npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitcommitshow/open-community-kit.git"
},
"keywords": [
"opensource-analytics",
"github-contributions",
"community-analytics",
"opensource-management",
"community-management",
"community-recognition",
"recognition",
"contributors",
"contributions",
"analytics",
"insights"
],
"engines": {
"node": ">=16"
},
"author": "gitcommitshow",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitcommitshow/open-community-kit/issues"
},
"homepage": "https://github.com/gitcommitshow/open-community-kit#readme"
}