-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 769 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 769 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
{
"name": "github-codebuild-integration",
"version": "0.2.0",
"description": "",
"scripts": {
"test": "mocha $(find src -name '*.test.js' ! -path '*node_modules*')",
"lint": "eslint --ext .js src test --no-error-on-unmatched-pattern"
},
"engines": {
"node": ">=14.1"
},
"repository": {
"type": "git",
"url": "https://github.com/toricls/github-codebuild-integration.git"
},
"keywords": [
"github",
"aws codebuild",
"amazon sns"
],
"author": "toricls",
"license": "MIT",
"bugs": {
"url": "https://github.com/toricls/github-codebuild-integration/issues"
},
"homepage": "https://github.com/toricls/github-codebuild-integration",
"devDependencies": {
"eslint": "^7.11.0",
"mocha": "^8.1.0"
}
}