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

4 years ago
{
"name": "dev-sidecar-parent",
"type": "module",
"private": false,
3 days ago
"packageManager": "pnpm@9.13.2",
4 years ago
"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"
}
4 years ago
}