Files
at-mintel/packages/next-config/package.json
Marc Mintel 6ba240db0f
Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 2s
Monorepo Pipeline / 🧹 Lint (push) Failing after 49s
Monorepo Pipeline / 🧪 Test (push) Failing after 53s
Monorepo Pipeline / 🏗️ Build (push) Failing after 56s
Monorepo Pipeline / 🚀 Release (push) Has been skipped
Monorepo Pipeline / 🐳 Build Image Processor (push) Has been skipped
Monorepo Pipeline / 🐳 Build Directus (Base) (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
🏥 Server Maintenance / 🧹 Prune & Clean (push) Failing after 4s
chore(workspace): add gitea repository url to all packages
This ensures packages published to the registry link back to the at-mintel
repository in the Gitea UI packages tab.
2026-02-27 02:55:23 +01:00

27 lines
557 B
JSON

{
"name": "@mintel/next-config",
"version": "1.8.21",
"publishConfig": {
"access": "public",
"registry": "https://git.infra.mintel.me/api/packages/mmintel/npm"
},
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"dependencies": {
"next-intl": "^4.8.2",
"@sentry/nextjs": "^10.38.0",
"next": "16.1.6"
},
"repository": {
"type": "git",
"url": "https://git.infra.mintel.me/mmintel/at-mintel.git"
}
}