forked from petarstanevflutter/codeguru-reviewer-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
20 lines (20 loc) · 814 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "amazon-codeguru-reviewer-javascript-detectors",
"version": "1.0.0",
"description": "Amazon CodeGuru Reviewer is an AWS service that uses program analysis and machine learning to detect potential defects that are difficult for developers to find and offers suggestions for improvement.",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws-samples/amazon-codeguru-reviewer-javascript-detectors.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aws-samples/amazon-codeguru-reviewer-javascript-detectors/issues"
},
"homepage": "https://github.com/aws-samples/amazon-codeguru-reviewer-javascript-detectors#readme"
}