This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.55 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
43
44
45
46
47
48
49
{
"name": "peterportal-api-next",
"version": "1.0.0-rc.3",
"private": true,
"description": "The official PeterPortal API-Next monorepo",
"type": "module",
"scripts": {
"build": "turbo run build",
"ci:tsc": "npx tsc -p . --noEmit && npx tsc -p apps/docs --noEmit && npx tsc -p apps/docs/cdk --noEmit",
"commit": "cz",
"create": "dotenv -v DATABASE_URL=null -v NODE_ENV=development -- pnpm exec ant-stack create",
"deploy": "turbo run deploy",
"destroy": "turbo run destroy",
"dev": "dotenv -c development -- turbo run dev",
"format": "prettier --write .",
"postinstall": "husky install",
"lint": "eslint --fix .",
"test": "turbo run test"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/types": "17.4.4",
"@libs/db": "workspace:*",
"@libs/registrar-api": "workspace:*",
"@libs/websoc-api-next": "workspace:*",
"@types/lint-staged": "13.2.0",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"ant-stack": "^0.1.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-turbo": "1.10.13",
"eslint-plugin-import": "2.28.1",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.2",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "5.0.0",
"turbo": "1.10.13"
},
"packageManager": "[email protected]",
"engines": {
"node": "18",
"pnpm": "8"
}
}