aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: cefff81886559bed25ad54ee4a064c95084fc0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "trkt",
  "version": "1.0.50",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "bun run --watch src/index.ts"
  },
  "dependencies": {
    "elysia": "latest"
  },
  "devDependencies": {
    "bun-types": "latest"
  },
  "module": "src/index.js"
}