-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 601 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 601 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@svalinn/gateway",
"version": "0.2.0",
"description": "Svalinn Edge Shield - Type-safe HTTP gateway for verified container operations",
"license": "MPL-2.0",
"author": "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
"type": "module",
"scripts": {
"res:build": "cd src && rescript build",
"res:clean": "cd src && rescript clean",
"res:watch": "cd src && rescript build -w"
},
"dependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"hono": "^4.11.7"
},
"devDependencies": {
"rescript": "^12.0.0",
"@rescript/core": "^1.0.0"
}
}