forked from alexanderatallah/window.ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 816 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "root",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "FORCE_COLOR=1 turbo run build",
"dev": "FORCE_COLOR=1 turbo run dev --parallel",
"lint": "FORCE_COLOR=1 turbo run lint",
"test": "FORCE_COLOR=1 turbo run test",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"package": "turbo run package",
"publish-packages": "FORCE_COLOR=1 turbo run build lint test --filter @windowai/client && changeset version && changeset publish"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@changesets/cli": "^2.26.0",
"@manypkg/cli": "^0.20.0",
"eslint-config-custom": "0.0.0",
"prettier": "latest",
"turbo": "latest"
},
"packageManager": "pnpm@7.18.2",
"keywords": [],
"license": "MIT"
}