2020-10-24 13:22:44 +00:00
|
|
|
{
|
|
|
|
"name": "dev-sidecar-parent",
|
2024-11-18 17:59:04 +00:00
|
|
|
"type": "module",
|
2020-10-26 17:12:40 +00:00
|
|
|
"private": false,
|
2024-11-18 08:22:30 +00:00
|
|
|
"packageManager": "pnpm@9.13.2",
|
2021-03-27 10:46:52 +00:00
|
|
|
"author": "Greper",
|
2024-11-18 17:59:04 +00:00
|
|
|
"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"
|
|
|
|
}
|
2020-10-24 13:22:44 +00:00
|
|
|
}
|