forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "@rushstack/eslint-plugin-packlets",
"version": "0.3.2",
"description": "A lightweight alternative to NPM packages for organizing source files within a single project",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack/tree/master/stack/eslint-plugin-packlets"
},
"homepage": "https://rushstack.io",
"keywords": [
"eslint",
"eslint-config",
"packlets",
"rules"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "heft test --clean"
},
"dependencies": {
"@rushstack/tree-pattern": "workspace:*",
"@typescript-eslint/experimental-utils": "~4.31.2"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0"
},
"devDependencies": {
"@rushstack/heft": "0.41.6",
"@rushstack/heft-node-rig": "1.2.25",
"@types/eslint": "7.2.0",
"@types/estree": "0.0.44",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24",
"@typescript-eslint/parser": "~4.31.2",
"@typescript-eslint/typescript-estree": "~4.31.2",
"eslint": "~7.30.0",
"typescript": "~4.4.2"
}
}