2020-11-07 23:08:00 +03:00
{
"name" : "@microsoft/eslint-plugin-sdl" ,
2024-10-04 14:05:25 +03:00
"version" : "1.0.0" ,
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" : {
2024-10-01 13:43:46 +03:00
"check-fmt" : "prettier . --check" ,
"fmt" : "prettier . --write" ,
2020-11-07 23:08:00 +03:00
"test" : "mocha tests --recursive"
} ,
2022-01-28 13:15:17 +03:00
"dependencies" : {
2024-09-29 00:04:48 +03:00
"eslint-plugin-n" : "17.10.3" ,
"eslint-plugin-react" : "7.35.2" ,
"eslint-plugin-security" : "1.4.0"
2022-01-28 13:15:17 +03:00
} ,
2020-11-07 23:08:00 +03:00
"devDependencies" : {
2024-11-18 16:01:15 +03:00
"@typescript-eslint/eslint-plugin" : "~8.14.0" ,
"@typescript-eslint/parser" : "~8.14.0" ,
2024-11-18 15:13:00 +03:00
"eslint" : "~9.15.0" ,
2024-11-18 16:02:23 +03:00
"mocha" : "~10.8.0" ,
2024-10-01 13:43:46 +03:00
"prettier" : "~3.3.0" ,
2024-11-18 15:57:33 +03:00
"typescript" : "~5.6.0"
2020-11-07 23:08:00 +03:00
} ,
2023-07-26 10:50:36 +03:00
"peerDependencies" : {
2024-09-24 11:45:14 +03:00
"eslint" : "^9"
2023-07-26 10:50:36 +03:00
} ,
2020-11-07 23:08:00 +03:00
"engines" : {
2024-09-24 11:45:14 +03:00
"node" : ">=18.0.0"
2020-11-07 23:08:00 +03:00
} ,
2021-11-02 15:59:48 +03:00
"license" : "MIT"
2020-11-07 23:08:00 +03:00
}