30 lines
852 B
JSON
30 lines
852 B
JSON
{
|
|
"name": "@rushstack/rig-package",
|
|
"version": "0.6.0",
|
|
"description": "A system for sharing tool configurations between projects without duplicating config files.",
|
|
"main": "lib/index.js",
|
|
"typings": "dist/rig-package.d.ts",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "https://github.com/microsoft/rushstack.git",
|
|
"type": "git",
|
|
"directory": "libraries/rig-package"
|
|
},
|
|
"dependencies": {
|
|
"resolve": "~1.22.1",
|
|
"strip-json-comments": "~3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft": "1.0.0",
|
|
"@types/resolve": "1.20.2",
|
|
"ajv": "~8.13.0",
|
|
"eslint": "~9.25.1",
|
|
"resolve": "~1.22.1",
|
|
"decoupled-local-node-rig": "1.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "heft build --clean",
|
|
"_phase:build": "heft run --only build -- --clean",
|
|
"_phase:test": "heft run --only test -- --clean"
|
|
}
|
|
} |