UNPKG

@kcws/heft-node-rig

Version:
57 lines 1.42 kB
{ "name": "@kcws/heft-node-rig", "version": "0.49.3", "description": "a rig package for node development", "license": "AGPL-3.0-only", "homepage": "https://github.com/kc-workspace/kcws-js/tree/main/packages/heft-node-rig", "repository": { "type": "git", "url": "https://github.com/kc-workspace/kcws-js.git", "directory": "packages/heft-node-rig" }, "author": { "name": "Kamontat Chantrachirathumrong", "email": "kcws@kc.in.th", "url": "https://github.com/kamontat" }, "publishConfig": { "access": "public" }, "keywords": [ "heft", "rig", "rushjs" ], "files": [ "CHANGELOG.json", "CHANGELOG.md", "profiles" ], "dependencies": { "@microsoft/api-extractor": "7.48.1", "@rushstack/heft-api-extractor-plugin": "0.3.61", "@rushstack/heft-jest-plugin": "0.14.1", "@rushstack/heft-lint-plugin": "0.5.10", "@rushstack/heft-typescript-plugin": "0.6.4", "@types/heft-jest": "1.0.6", "@types/node": "18.19.3", "eslint": "8.57.0", "jest-environment-node": "29.7.0", "jest-html-reporters": "3.1.7", "jest-junit": "16.0.0", "typescript": "5.3.3", "@kcinternals/heft-esbuild-plugin": "0.27.2" }, "devDependencies": { "@rushstack/heft": "0.68.11" }, "peerDependencies": { "@rushstack/heft": ">=0.63.5" }, "engines": { "node": ">=18" }, "scripts": { "_phase:build": "" } }