UNPKG

@rushstack/operation-graph

Version:

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

59 lines 1.49 kB
{ "name": "@rushstack/operation-graph", "version": "0.6.3", "description": "Library for managing and executing operations in a directed acyclic graph.", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", "types": "./dist/operation-graph.d.ts", "exports": { ".": { "types": "./dist/operation-graph.d.ts", "node": "./lib-commonjs/index.js", "import": "./lib-esm/index.js", "require": "./lib-commonjs/index.js" }, "./lib/*": { "types": "./lib-dts/*.d.ts", "node": "./lib-commonjs/*.js", "import": "./lib-esm/*.js", "require": "./lib-commonjs/*.js" }, "./package.json": "./package.json" }, "typesVersions": { "*": { "lib/*": [ "lib-dts/*" ] } }, "license": "MIT", "repository": { "url": "https://github.com/microsoft/rushstack.git", "type": "git", "directory": "libraries/operation-graph" }, "dependencies": { "@rushstack/terminal": "0.22.3", "@rushstack/node-core-library": "5.20.3" }, "devDependencies": { "@rushstack/heft": "1.2.0", "eslint": "~9.37.0", "decoupled-local-node-rig": "1.0.0" }, "peerDependencies": { "@types/node": "*" }, "peerDependenciesMeta": { "@types/node": { "optional": true } }, "sideEffects": false, "scripts": { "build": "heft build --clean", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }