-
Notifications
You must be signed in to change notification settings - Fork 604
/
package.json
46 lines (46 loc) · 1.38 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@rushstack/eslint-plugin-security",
"version": "0.8.3",
"description": "An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "eslint/eslint-plugin-security"
},
"homepage": "https://rushstack.io",
"keywords": [
"eslint",
"eslint-config",
"security"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"@rushstack/tree-pattern": "workspace:*",
"@typescript-eslint/utils": "~8.1.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "~3.0.0",
"@rushstack/heft": "0.68.10",
"@rushstack/heft-node-rig": "2.6.44",
"@types/eslint": "8.56.10",
"@types/estree": "1.0.5",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"@typescript-eslint/parser": "~8.1.0",
"@typescript-eslint/rule-tester": "~8.1.0",
"@typescript-eslint/typescript-estree": "~8.1.0",
"eslint": "~8.57.0",
"eslint-plugin-header": "~3.1.1",
"typescript": "~5.4.2"
}
}