generated from 100Automations/.github-automations
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 868 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
40
41
42
43
{
"name": "cherp",
"version": "0.1.0-beta.1",
"description": "utilities for checking github repos look their best",
"dependencies": {
"@octokit/rest": "^18.0.0",
"dotenv": "^8.2.0",
"minimist": "^1.2.5",
"spdx-license-list": "^6.2.0"
},
"devDependencies": {
"sinon": "^9.0.2",
"standard": "^14.3.4",
"tap-spec": "^5.0.0",
"tape": "^5.0.1"
},
"files": [
"cherp",
"src/*",
"LICENSE"
],
"engines": {
"node": ">=12"
},
"bin": {
"cherp": "./cherp"
},
"scripts": {
"test": "node tests/test.js | tap-spec",
"start": "./cherp",
"lint": "npx standard -- "
},
"repository": {
"type": "git",
"url": "https://github.com/100Automations/cherp"
},
"keywords": [
"github",
"octokit"
],
"author": "Jared Fowler - [email protected]",
"license": "GPL-2.0"
}