generated from buapearchive/template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@buape/template",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"db:generate": "dotenv -- turbo run db:generate",
"db:push": "dotenv -- turbo run db:push",
"db:studio": "dotenv -- turbo run db:studio",
"dev": "dotenv -- turbo run dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
"preinstall": "npx only-allow pnpm",
"pretty": "pnpm run clean && pnpm run format && pnpm run lint",
"start": "dotenv -- turbo run start",
"changeset": "changeset add",
"publish": "changeset version && pnpm run build && changeset publish"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@biomejs/biome": "^1.2.2",
"@changesets/cli": "^2.26.2",
"@types/common-tags": "^1.8.2",
"common-tags": "^1.8.2",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.3.0",
"dotenv-mono": "^1.3.10",
"eslint-config-custom": "workspace:^",
"prettier": "latest",
"tsc-watch": "^6.0.4",
"turbo": "latest"
},
"devDependencies": {
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
},
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "[email protected]"
}