We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0f217 commit 63073ecCopy full SHA for 63073ec
1 file changed
packages/workers-builder/package.json
@@ -4,8 +4,15 @@
4
"description": "Build and bundle Workers at runtime for Cloudflare Worker Loader binding",
5
"repository": {
6
"type": "git",
7
- "url": "https://github.com/danlapid/workers-builder"
+ "url": "git+https://github.com/danlapid/workers-builder.git",
8
+ "directory": "packages/workers-builder"
9
},
10
+ "author": "danlapid",
11
+ "license": "MIT",
12
+ "bugs": {
13
+ "url": "https://github.com/danlapid/workers-builder/issues"
14
+ },
15
+ "homepage": "https://github.com/danlapid/workers-builder/tree/main/packages/workers-builder#readme",
16
"type": "module",
17
"main": "./dist/index.js",
18
"types": "./dist/index.d.ts",
0 commit comments