Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 5s
Monorepo Pipeline / 🧹 Lint (push) Failing after 3m10s
Monorepo Pipeline / 🧪 Test (push) Successful in 1m43s
Monorepo Pipeline / 🏗️ Build (push) Successful in 3m42s
Monorepo Pipeline / 🚀 Release (push) Has been skipped
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Has been skipped
Monorepo Pipeline / 🐳 Build Build-Base (push) Has been skipped
Monorepo Pipeline / 🐳 Build Production Runtime (push) Has been skipped
35 lines
799 B
JSON
35 lines
799 B
JSON
{
|
|
"name": "@mintel/cli",
|
|
"version": "1.9.16",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://git.infra.mintel.me/api/packages/mmintel/npm"
|
|
},
|
|
"type": "module",
|
|
"bin": {
|
|
"mintel": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"start": "node dist/index.js",
|
|
"dev": "tsup src/index.ts --format esm --watch --target es2020",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"commander": "^11.0.0",
|
|
"fs-extra": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@mintel/tsconfig": "workspace:*",
|
|
"@types/fs-extra": "^11.0.0",
|
|
"@types/prompts": "^2.4.4",
|
|
"tsup": "^8.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.infra.mintel.me/mmintel/at-mintel.git"
|
|
}
|
|
}
|