Files
CloudFlare-ImgBed/package.json
MarSeventh 4e0c55d1f9 init
2024-07-19 23:26:06 +08:00

18 lines
529 B
JSON

{
"scripts": {
"ci-test": "concurrently --kill-others \"npm start\" \"wait-on http://localhost:8080 && mocha\"",
"test": "mocha",
"start": "npx wrangler pages dev ./ --kv \"img_url\" --port 8080 --binding BASIC_USER=admin --binding BASIC_PASS=123 --persist-to ./data"
},
"dependencies": {
"@cloudflare/pages-plugin-sentry": "^1.1.3",
"@sentry/tracing": "^7.114.0"
},
"devDependencies": {
"concurrently": "^8.2.2",
"mocha": "^10.6.0",
"wait-on": "^7.2.0",
"wrangler": "^3.63.0"
}
}