forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 798 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
{
"name": "@rushstack/rig-package",
"version": "0.2.4",
"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/tree/master/libraries/rig-package"
},
"scripts": {
"build": "heft test --clean"
},
"dependencies": {
"@types/node": "10.17.13",
"resolve": "~1.17.0",
"strip-json-comments": "~3.1.1"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.14.0",
"@rushstack/heft-node-rig": "0.1.0",
"@types/heft-jest": "1.0.1",
"@types/resolve": "1.17.1",
"ajv": "~6.12.5",
"resolve": "~1.17.0"
}
}