UNPKG

@rushstack/operation-graph

Version:

Library for managing and executing operations in a directed acyclic graph.

37 lines 1 kB
{ "name": "@rushstack/operation-graph", "version": "0.2.38", "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" }, "dependencies": { "@rushstack/node-core-library": "5.11.0", "@rushstack/terminal": "0.15.0" }, "devDependencies": { "@rushstack/heft": "0.68.12", "@rushstack/heft-node-rig": "2.6.48", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "local-eslint-config": "1.0.0" }, "peerDependencies": { "@types/node": "*" }, "peerDependenciesMeta": { "@types/node": { "optional": true } }, "scripts": { "build": "heft build --clean", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }