mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
21 lines
484 B
JSON
21 lines
484 B
JSON
{
|
|
"name": "monorepo",
|
|
"packageManager": "pnpm@7.0.0",
|
|
"scripts": {
|
|
"dev": "nr --parallel --filter trpc-nuxt --filter playground dev",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"prepare": "nr --filter playground prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.23.1",
|
|
"@antfu/ni": "^0.16.2",
|
|
"@nuxt/module-builder": "latest",
|
|
"eslint": "^8.14.0",
|
|
"pnpm": "^7.1.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu"
|
|
}
|
|
}
|