Files
zenblog/package.json

27 lines
600 B
JSON

{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"build:client": "turbo run build --filter=@znd/client",
"publish:client": "turbo run publish --filter=@znd/client"
},
"devDependencies": {
"@turbo/gen": "^1.9.7",
"eslint": "^7.32.0",
"prettier": "^2.5.1",
"turbo": "1.10"
},
"name": "zendo",
"packageManager": "npm@9.6.6",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@types/inquirer": "^9.0.3"
}
}