summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9cd9537
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "edtunnel",
+ "version": "1.0.0",
+ "description": "A tunnel for the edgetunnel project to allow deployed applications to cloudflare pages and workers to be accessed via a custom domain.",
+ "main": "_worker.js",
+ "scripts": {
+ "deploy": "wrangler deploy",
+ "build": "wrangler deploy",
+ "dev": "wrangler dev --remote"
+ },
+ "author": "",
+ "license": "ISC",
+ "devDependencies": {
+ "@cloudflare/workers-types": "^4.20230710.1",
+ "wrangler": "^3.2.0"
+ }
+} \ No newline at end of file