-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
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.3"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}