14 lines
222 B
JSON
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"
|
|
}
|
|
}
|