Zalvena/package.json
2023-08-21 23:43:50 +02:00

31 lines
594 B
JSON

{
"name": "aptabase",
"version": "0.6.9",
"private": true,
"workspaces": [
"apps/*",
"packages/*",
"schemas/*",
"utils/*"
],
"scripts": {
"build": "turbo run build",
"watch": "turbo run watch --parallel",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "latest",
"turbo": "latest",
"turboversion": "^0.1.0"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"prettier": {
"singleQuote": true,
"tabWidth": 2,
"printWidth": 120
},
"packageManager": "yarn@1.22.5"
}