Zalvena/package.json

29 lines
544 B
JSON
Raw Normal View History

2023-04-02 12:43:28 +01:00
{
2023-08-31 15:36:22 +01:00
"name": "root",
2023-08-31 15:34:11 +01:00
"version": "0.0.0",
2023-08-21 23:43:50 +02:00
"private": true,
"workspaces": [
2023-08-31 15:34:11 +01:00
"packages/*"
2023-08-21 23:43:50 +02:00
],
"scripts": {
"build": "turbo run build",
"watch": "turbo run watch --parallel",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
2023-05-11 12:49:45 +01:00
},
2023-08-21 23:43:50 +02:00
"devDependencies": {
"prettier": "latest",
"turbo": "latest",
"turboversion": "^0.1.0"
2023-04-02 12:43:28 +01:00
},
2023-08-21 23:43:50 +02:00
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
2023-04-02 12:43:28 +01:00
},
2023-08-21 23:43:50 +02:00
"prettier": {
"singleQuote": true,
"tabWidth": 2,
"printWidth": 120
2023-04-02 12:43:28 +01:00
},
2023-08-21 23:43:50 +02:00
"packageManager": "yarn@1.22.5"
2023-04-02 12:43:28 +01:00
}