forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 914 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/heft-config-file",
"version": "0.5.0",
"description": "Configuration file loader for @rushstack/heft",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/heft-config-file"
},
"engines": {
"node": ">=10.13.0"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"main": "lib/index.js",
"types": "dist/heft-config-file.d.ts",
"license": "MIT",
"scripts": {
"build": "heft test --clean",
"start": "heft test --clean --watch"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"@rushstack/rig-package": "workspace:*",
"jsonpath-plus": "~4.0.0"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.32.0",
"@rushstack/heft-node-rig": "1.0.31",
"@types/heft-jest": "1.0.1",
"@types/node": "10.17.13"
}
}