-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (24 loc) · 758 Bytes
/
package.json
File metadata and controls
26 lines (24 loc) · 758 Bytes
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
{
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"type-check": "turbo type-check",
"clean": "turbo clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"mina:env:development": "env-cmd -f ./packages/chain/src/environments/development/.env -- pnpm",
"mina:env:inmemory": "env-cmd -f ./packages/chain/src/environments/inmemory/.env -- pnpm",
"mina:env:sovereign": "env-cmd -f ./packages/chain/src/environments/sovereign/.env -- pnpm"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "^2.1.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"name": "with-tailwind"
}