generated from husniadil/cloudflare-workers-monorepo-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 810 Bytes
/
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
{
"name": "root",
"version": "0.0.1",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
"packages/**/*"
],
"author": {
"name": "Husni Adil Makmur",
"email": "[email protected]",
"url": "https://github.com/husniadil"
},
"license": "MIT",
"repository": {
"url": "https://github.com/husniadil/aisyah-ai",
"type": "git"
},
"homepage": "https://t.me/aisyah_ai_bot",
"scripts": {
"w": "node ./workspace-foreach.js",
"deploy": "yarn workspaces foreach --all run deploy",
"types": "yarn workspaces foreach --all run cf-typegen",
"format": "yarn biome check --write"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@cloudflare/workers-types": "^4.20240712.0",
"lefthook": "^1.7.3",
"typescript": "^5.5.3"
}
}