2025-08-15 13:06:04 +03:00

14 lines
222 B
JSON

{
"name": "@repo/lint-staged-config",
"version": "0.0.0",
"type": "module",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"exports": {
"./config": "./config.mjs"
}
}