forked from echobind/prisma-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 863 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
{
"name": "@prisma-factory/monorepo",
"private": true,
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"clean": "turbo run clean --parallel && rimraf pnpm-lock.yaml && rimraf node_modules",
"deps:check": "ncu --deep",
"deps:update": "ncu --deep -u",
"changeset:add": "changeset add",
"changeset:version": "changeset version",
"release": "pnpm build && changeset version && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.3",
"@changesets/cli": "^2.21.1",
"@types/node": "^17.0.23",
"prettier": "^2.6.1",
"rimraf": "^3.0.2",
"turbo": "^1.1.10"
},
"packageManager": "pnpm@6.23.5"
}