forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.29 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.29 KB
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
{
"name": "@rushstack/heft-lint-plugin",
"version": "1.1.4",
"description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "heft-plugins/heft-lint-plugin"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"start": "heft build-watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "1.1.4"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"json-stable-stringify-without-jsonify": "1.0.1",
"semver": "~7.5.4"
},
"devDependencies": {
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/terminal": "workspace:*",
"@types/eslint": "9.6.1",
"@types/eslint-8": "npm:@types/eslint@8.56.10",
"@types/json-stable-stringify-without-jsonify": "1.0.2",
"@types/semver": "7.5.0",
"decoupled-local-node-rig": "workspace:*",
"eslint": "~9.37.0",
"eslint-8": "npm:eslint@~8.57.0",
"typescript": "~5.8.2",
"tslint": "~5.20.1"
}
}