-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
33 lines (33 loc) · 936 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
{
"name": "@microsoft/eslint-plugin-sdl",
"version": "0.1.7",
"description": "ESLint plugin focused on common security issues and misconfigurations discoverable during static testing as part of Microsoft Security Development Lifecycle (SDL)",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"sdl"
],
"author": "Microsoft",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/eslint-plugin-sdl"
},
"homepage": "https://github.com/microsoft/eslint-plugin-sdl",
"bugs": "https://github.com/microsoft/eslint-plugin-sdl/issues",
"main": "lib/index.js",
"scripts": {
"test": "mocha tests --recursive"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^7.1.0",
"mocha": "^8.3.2",
"typescript": "^3.9.7"
},
"engines": {
"node": ">=0.10.0"
},
"license": "ISC"
}