Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 1s
Monorepo Pipeline / 🧪 Test (push) Successful in 1m15s
Monorepo Pipeline / 🧹 Lint (push) Successful in 4m6s
Monorepo Pipeline / 🏗️ Build (push) Successful in 2m19s
Monorepo Pipeline / 🐳 Build Production Runtime (push) Successful in 38s
Monorepo Pipeline / 🐳 Build Build-Base (push) Successful in 43s
Monorepo Pipeline / 🚀 Release (push) Successful in 1m54s
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Successful in 2m33s
🏥 Server Maintenance / 🧹 Prune & Clean (push) Failing after 4s
34 lines
790 B
JSON
34 lines
790 B
JSON
{
|
|
"name": "@mintel/eslint-config",
|
|
"version": "1.9.7",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://git.infra.mintel.me/api/packages/mmintel/npm"
|
|
},
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"./next": {
|
|
"types": "./next.d.ts",
|
|
"default": "./next.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@eslint/eslintrc": "^3.0.0",
|
|
"@eslint/js": "^9.39.2",
|
|
"@next/eslint-plugin-next": "16.1.6",
|
|
"eslint-config-next": "16.1.6",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"typescript-eslint": "^8.54.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.infra.mintel.me/mmintel/at-mintel.git"
|
|
}
|
|
}
|