18 lines
361 B
JSON
18 lines
361 B
JSON
{
|
|
"name": "dev-sidecar-parent",
|
|
"type": "module",
|
|
"private": false,
|
|
"packageManager": "pnpm@9.13.2",
|
|
"author": "Greper",
|
|
"license": "MPL-2.0",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^3.9.1",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-format": "^0.1.2"
|
|
}
|
|
}
|