UNPKG

@kcws/node-rig

Version:

a rig package for node environment projects using heft

57 lines 1.43 kB
{ "name": "@kcws/node-rig", "version": "0.44.2", "description": "a rig package for node environment projects using heft", "license": "SEE LICENSE IN LICENSE", "homepage": "https://github.com/kc-workspace/kcws-js/tree/main/packages/node-rig", "repository": { "type": "git", "url": "https://github.com/kc-workspace/kcws-js.git", "directory": "packages/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.42.3", "@rushstack/heft-api-extractor-plugin": "0.3.20", "@rushstack/heft-jest-plugin": "0.11.21", "@rushstack/heft-lint-plugin": "0.3.20", "@rushstack/heft-typescript-plugin": "0.3.20", "@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.0.4", "@kcws/heft-esbuild-plugin": "0.2.0" }, "devDependencies": { "@rushstack/heft": "0.66.0" }, "peerDependencies": { "@rushstack/heft": ">=0.63.5" }, "engines": { "node": ">=18" }, "scripts": { "_phase:build": "" } }