UNPKG

@rushstack/heft-config-file

Version:

Configuration file loader for @rushstack/heft

58 lines 1.55 kB
{ "name": "@rushstack/heft-config-file", "version": "0.20.10", "description": "Configuration file loader for @rushstack/heft", "repository": { "type": "git", "url": "https://github.com/microsoft/rushstack.git", "directory": "libraries/heft-config-file" }, "engines": { "node": ">=10.13.0" }, "homepage": "https://rushstack.io/pages/heft/overview/", "main": "./lib-commonjs/index.js", "module": "./lib-esm/index.js", "types": "./dist/heft-config-file.d.ts", "exports": { ".": { "types": "./dist/heft-config-file.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", "dependencies": { "jsonpath-plus": "~10.3.0", "@rushstack/node-core-library": "5.23.1", "@rushstack/rig-package": "0.7.3", "@rushstack/terminal": "0.24.0" }, "devDependencies": { "@rushstack/heft": "1.2.15", "eslint": "~9.37.0", "decoupled-local-node-rig": "1.0.0" }, "sideEffects": false, "scripts": { "build": "heft build --clean", "start": "heft test --clean --watch", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }