forked from repository-settings/app
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 730 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 730 Bytes
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
{
"name": "codeowners-permissions-sync",
"version": "0.1.0",
"description": "",
"repository": "https://github.com/ebsco/codeowners-permissions-sync.git",
"main": "index.js",
"scripts": {
"start": "probot run ./index.js",
"test": "jest && standard",
"test:watch": "jest --watch"
},
"author": "Leopoldo Fu",
"license": "ISC",
"dependencies": {
"deepmerge": "^2.2.1",
"js-yaml": "^3.12.0",
"probot": "^9.5.0"
},
"devDependencies": {
"jest": "^22.4.4",
"smee-client": "^1.0.2",
"standard": "^12.0.0"
},
"standard": {
"env": [
"jest"
]
},
"engines": {
"node": ">= 10.16.3",
"npm": ">= 6.9.0"
},
"jest": {
"testEnvironment": "node"
}
}