-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
{
"name": "@bako-id/app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/infinitybase/bako-id.git"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"scripts": {
"build": "turbo run build",
"build:server": "turbo run build --filter=@bako-id/server",
"build:ui": "turbo run build --filter=@bako-id/ui",
"build:doc": "turbo run docs:build",
"test": "turbo run test --filter='./packages/*'",
"node:up": "make -C ./docker up",
"node:down": "make -C ./docker down",
"node:clean": "make -C ./docker clean"
},
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@shared/tsup": "workspace:*",
"@types/jest": "^29.5.11",
"@types/node": "^22.2.0",
"@types/node-fetch": "^2.6.11",
"@types/web": "^0.0.159",
"dotenv": "~16.4.5",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"tsup": "^6.7.0",
"turbo": "2.3.3",
"typescript": "~5.4.5"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"dotenv-cli": "^7.4.2"
}
}