-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.87 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.87 KB
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
50
51
{
"name": "paybill",
"description": "The Database Development Platform.",
"version": "0.0.0",
"author": "Paybill KE Limited.",
"license": "",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo run build",
"build:studio": "turbo run build --filter=studio",
"build:studio:docker": "bash scripts/build-studio.sh",
"build:auth-api": "turbo run build --filter=auth-api",
"clean": "turbo run clean --parallel && rimraf -G node_modules/{*,.bin,.modules.yaml}",
"dev": "turbo run dev --parallel",
"dev:studio": "turbo run dev --filter=studio --parallel",
"dev:auth-api": "turbo run dev --filter=auth-api --parallel",
"lint": "turbo run lint",
"typecheck": "turbo --continue typecheck",
"test:prettier": "prettier --cache --check '{apps,packages}/**/*.{js,jsx,ts,tsx,css,md,mdx,json}'",
"format": "prettier --cache --write '{apps,packages}/**/*.{js,jsx,ts,tsx,css,md,mdx,json}'",
"test:studio": "turbo run test --filter=studio",
"test:studio:watch": "turbo run test --filter=studio -- watch",
"test:auth-api": "turbo run test --filter=auth-api",
"codegen": "cd packages/api-types && pnpm run codegen",
"e2e": "pnpm --prefix e2e/studio run e2e",
"perf:kong": "ab -t 5 -c 20 -T application/json http://localhost:8000/",
"knip": "pnpx knip@~5.50.0"
},
"devDependencies": {
"@aws-sdk/client-secrets-manager": "^3.410.0",
"@types/node": "catalog:",
"eslint": "^9.0.0",
"prettier": "3.2.4",
"rimraf": "^6.0.0",
"sass": "^1.72.0",
"supports-color": "^8.0.0",
"turbo": "2.3.3",
"typescript": "catalog:"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paybilldev/paybill.git"
},
"engines": {
"pnpm": "10.18",
"node": ">=18"
},
"keywords": ["storage", "functions", "database", "auth"],
"packageManager": "pnpm@10.18.0"
}