@cantoo/capacitor-http-server
Advanced tools
+13
-4
| { | ||
| "name": "@cantoo/capacitor-http-server", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Capacitor plugin exposing a local HTTP server on iOS and Android with routing delegated to JavaScript.", | ||
@@ -9,2 +9,11 @@ "main": "dist/plugin.cjs.js", | ||
| "unpkg": "dist/plugin.js", | ||
| "exports": { | ||
| ".": { | ||
| "types": "./dist/esm/index.d.ts", | ||
| "import": "./dist/esm/index.js", | ||
| "require": "./dist/plugin.cjs.js", | ||
| "default": "./dist/esm/index.js" | ||
| }, | ||
| "./package.json": "./package.json" | ||
| }, | ||
| "files": [ | ||
@@ -22,8 +31,8 @@ "android/src/main/", | ||
| "type": "git", | ||
| "url": "git+https://github.com/Sharcoux/capacitor-http-server.git" | ||
| "url": "git+https://github.com/cantoo-scribe/capacitor-http-server.git" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/Sharcoux/capacitor-http-server/issues" | ||
| "url": "https://github.com/cantoo-scribe/capacitor-http-server/issues" | ||
| }, | ||
| "homepage": "https://github.com/Sharcoux/capacitor-http-server#readme", | ||
| "homepage": "https://github.com/cantoo-scribe/capacitor-http-server#readme", | ||
| "publishConfig": { | ||
@@ -30,0 +39,0 @@ "access": "public" |
109545
0.23%