@locol.dev/agent
Version:
Create instant HTTPS tunnels to your localhost for mobile testing via Cloudflare
60 lines (59 loc) • 1.24 kB
JSON
{
"name": "@locol.dev/agent",
"version": "1.3.2",
"description": "Create instant HTTPS tunnels to your localhost for mobile testing via Cloudflare",
"main": "dist/index.js",
"bin": {
"locol": "./dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "ts-node src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"tunnel",
"cloudflare",
"preview",
"localhost",
"ngrok",
"ngrok-alternative",
"local-development",
"https-tunnel",
"mobile-testing",
"localtunnel",
"development-tunnel"
],
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/locol-v2",
"directory": "agent"
},
"bugs": {
"url": "https://github.com/yourusername/locol-v2/issues"
},
"homepage": "https://locol.dev",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@supabase/supabase-js": "^2.39.0",
"dotenv": "^17.2.3"
},
"devDependencies": {
"@types/node": "^20.10.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}