generated from r3-dev/r3-mvp-stack
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
24 lines (24 loc) · 860 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
{
"name": "r3-mvp-stack",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/r3-dev/r3-mvp-stack.git",
"author": "milanjrodd <milanrodd@gmail.com>",
"license": "MIT",
"scripts": {
"ci": "pnpm install --frozen-lockfile",
"ci:prod": "pnpm install --frozen-lockfile --prod",
"dev": "pnpm --filter=./apps/* run dev",
"dev:fe": "pnpm --filter=./apps/frontend run dev",
"build": "pnpm --filter=./apps/* run build",
"ngrok": "npx ngrok http 3000",
"format": "prettier --write \"**/*.{js,ts,tsx,json}\"",
"install-sqlite-mac-m1": "npm install -d sqlite3 --build-from-source --target_arch=arm64 --fallback-to-build && rm -rf package-lock.json"
},
"devDependencies": {
"@crashmax/prettier-config": "^4.1.0",
"@types/node": "18",
"ngrok": "^5.0.0-beta.2",
"sqlite3": "^5.1.6"
}
}