-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1 KB
/
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
31
32
33
{
"name": "recall-monorepo",
"version": "0.0.0",
"license": "MIT AND Apache-2.0",
"scripts": {
"build": "turbo build",
"dev": "turbo dev --concurrency=20",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md}\"",
"clean": "turbo clean && rm -rf node_modules",
"changeset": "changeset",
"version-packages": "changeset version",
"publish-packages": "changeset publish",
"docs:build": "turbo docs:build",
"docs:check": "turbo docs:check"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@recallnet/eslint-config": "workspace:*",
"@recallnet/typescript-config": "workspace:*",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.10",
"turbo": "^2.3.7",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
}
}