-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 623 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 623 Bytes
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
{
"name": "elizapi",
"version": "0.0.0",
"private": true,
"author": "computerphilosopher",
"license": "MIT",
"scripts": {
"build:front": "npm --prefix front run build",
"deploy": "npm run build:front && wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev",
"test": "npm run build:front && vitest run",
"cf-typegen": "wrangler types"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.12.4",
"@types/node": "^25.5.2",
"typescript": "^5.5.2",
"vitest": "~3.2.0",
"wrangler": "^4.80.0"
},
"dependencies": {
"elizabot": "^0.0.3"
}
}