Files
at-mintel/packages/cli/package.json
Marc Mintel cb68e1fb5c
Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 1s
Monorepo Pipeline / 🧪 Test (push) Successful in 1m12s
Monorepo Pipeline / 🧹 Lint (push) Successful in 2m51s
Monorepo Pipeline / 🏗️ Build (push) Successful in 2m57s
Monorepo Pipeline / 🐳 Build Image Processor (push) Failing after 32s
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Failing after 33s
Monorepo Pipeline / 🐳 Build Build-Base (push) Successful in 40s
Monorepo Pipeline / 🐳 Build Production Runtime (push) Successful in 31s
Monorepo Pipeline / 🚀 Release (push) Successful in 1m36s
chore: sync versions to v1.9.0
2026-02-27 21:01:52 +01:00

35 lines
798 B
JSON

{
"name": "@mintel/cli",
"version": "1.9.0",
"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"
}
}