{ "private": true, "name": "worker-links", "version": "1.0.0", "description": "Simple link shortener for Cloudflare Workers.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "format": "prettier --write '**/*.{js,css,json,md}'", "deploy": "wrangler publish", "debug": "miniflare --debug index.js -k kv -b WORKERLINKS_SECRET=putyoursecrethere", "local": "miniflare index.js -k kv -b WORKERLINKS_SECRET=$WORKERLINKS_SECRET" }, "author": "Erisa A", "license": "MIT", "dependencies": { "miniflare": "^1.4.1" }, "devDependencies": { "@cloudflare/wrangler": "^1.19.3", "prettier": "^2.4.0" } }