aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/sandbox-exec/package.json
blob: 3c8a8570e79e6ff73c505736023dffad2ece68fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "sandbox-exec",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "nsfisis",
  "license": "MIT",
  "dependencies": {
    "@hono/node-server": "^1.2.0",
    "hono": "^3.7.2"
  }
}