-
Notifications
You must be signed in to change notification settings - Fork 602
/
package.json
37 lines (37 loc) · 1017 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
33
34
35
36
37
{
"name": "@rushstack/operation-graph",
"version": "0.2.34",
"description": "Library for managing and executing operations in a directed acyclic graph.",
"main": "lib/index.js",
"typings": "dist/operation-graph.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "libraries/operation-graph"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"@rushstack/terminal": "workspace:*"
},
"devDependencies": {
"local-eslint-config": "workspace:*",
"@rushstack/heft": "0.68.7",
"@rushstack/heft-node-rig": "2.6.41",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15"
},
"peerDependencies": {
"@types/node": "*"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
}
}