-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
42 lines (42 loc) · 1.28 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
{
"name": "next-safe-action-monorepo",
"version": "0.0.0",
"private": true,
"description": "next-safe-action monorepo",
"scripts": {
"prepare": "is-ci || husky",
"pg": "turbo run dev --filter=@apps/playground",
"lint": "turbo run lint",
"build": "turbo run build",
"test:lib": "turbo run test --filter=next-safe-action",
"lint:lib": "turbo run lint --filter=next-safe-action",
"build:lib": "turbo run build --filter=next-safe-action --force",
"deploy:lib": "turbo run deploy --filter=next-safe-action",
"build:pg": "turbo run build --filter=@apps/playground --force"
},
"author": "Edoardo Ranghieri",
"license": "MIT",
"engines": {
"node": ">=18.17"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/TheEdoRan/next-safe-action.git"
},
"dependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@manypkg/cli": "^0.22.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7",
"is-ci": "^3.0.1",
"turbo": "^2.3.0"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}