forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 856 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
{
"name": "@microsoft/rushell",
"version": "0.1.0",
"description": "Execute shell commands using a consistent syntax on every platform",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "libraries/rushell"
},
"main": "lib/index.js",
"typings": "dist/rushell.d.ts",
"scripts": {
"build": "heft build --clean",
"start": "heft test --watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"license": "MIT",
"dependencies": {
"@rushstack/node-core-library": "workspace:*"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "14.18.36"
}
}