forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 918 Bytes
/
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
{
"name": "@rushstack/rig-package",
"version": "0.3.18",
"description": "A system for sharing tool configurations between projects without duplicating config files.",
"main": "lib/index.js",
"typings": "dist/rig-package.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "libraries/rig-package"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
},
"dependencies": {
"resolve": "~1.22.1",
"strip-json-comments": "~3.1.1"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft-node-rig": "1.11.14",
"@rushstack/heft": "0.49.3",
"@types/heft-jest": "1.0.1",
"@types/node": "14.18.36",
"@types/resolve": "1.20.2",
"ajv": "~6.12.5",
"resolve": "~1.22.1"
}
}