forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 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
{
"name": "@rushstack/heft-lint-plugin",
"version": "0.1.21",
"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 test --clean",
"start": "heft build-watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "0.58.1"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"semver": "~7.5.4"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/heft-node-rig": "2.2.6",
"@types/eslint": "8.2.0",
"@types/heft-jest": "1.0.1",
"@types/node": "14.18.36",
"@types/semver": "7.5.0",
"eslint": "~8.7.0",
"tslint": "~5.20.1",
"typescript": "~5.0.4"
}
}