You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
361 B
18 lines
361 B
{
|
|
"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"
|
|
}
|
|
}
|