eslint-plugin-sdl/package.json

42 строки
1.1 KiB
JSON
Исходник Обычный вид История

2020-11-07 23:08:00 +03:00
{
"name": "@microsoft/eslint-plugin-sdl",
2023-07-25 18:24:30 +03:00
"version": "0.2.2",
2020-11-07 23:08:00 +03:00
"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"
},
"dependencies": {
"eslint-plugin-node": "11.1.0",
2022-02-02 17:16:55 +03:00
"eslint-plugin-security": "1.4.0",
"eslint-plugin-react": "7.33.0"
},
2020-11-07 23:08:00 +03:00
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
2023-07-26 15:36:30 +03:00
"eslint": "^7.32.0",
2021-04-29 12:23:53 +03:00
"mocha": "^8.3.2",
2020-11-07 23:08:00 +03:00
"typescript": "^3.9.7"
},
"peerDependencies": {
"eslint": "^7 || ^8"
},
2020-11-07 23:08:00 +03:00
"engines": {
"node": ">=10.0.0"
2020-11-07 23:08:00 +03:00
},
"license": "MIT"
2020-11-07 23:08:00 +03:00
}