generated from drivly/worker.templates.do
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 959 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
{
"name": "webhooks.do",
"version": "1.0.0",
"description": "Explore the API at: <https://webhooks.do/api>",
"main": "worker.js",
"type": "module",
"module": "dist/index.mjs",
"scripts": {
"build": "esbuild ./src/worker.js --bundle --format=esm --outfile=dist/index.mjs --loader:.html=text --define:process.env.HMAC_SECRET=\"'$( echo $HMAC_SECRET )'\"",
"dev": "npx miniflare@latest --watch",
"format": "prettier --write '**/*.{js,css,json,md}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drivly/webhooks.do.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/drivly/webhooks.do/issues"
},
"homepage": "https://github.com/drivly/webhooks.do#readme",
"dependencies": {
"@ticketbridge/hyper-durable": "^0.1.19",
"esbuild": "^0.16.10",
"itty-durable": "^1.6.0",
"itty-router": "^3.0.10",
"nanoid": "^4.0.0",
"stripe": "^11.5.0"
}
}