-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
26 lines (26 loc) · 856 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
{
"name": "code-scanning-playground",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -f ./eslint-formatter/src/ESLint.Formatter -o results.sarif.json index.js",
"postinstall": "cd eslint-formatter/src/ESLint.Formatter && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swinton/code-scanning-playground.git"
},
"keywords": [],
"author": "Steve Winton <[email protected]> (https://github.com/swinton)",
"license": "ISC",
"bugs": {
"url": "https://github.com/swinton/code-scanning-playground/issues"
},
"homepage": "https://github.com/swinton/code-scanning-playground#readme",
"dependencies": {
"@microsoft/eslint-formatter-sarif": "^2.1.5",
"eslint": "^7.4.0"
}
}