forked from cf-pages/Telegraph-Image
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 707 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"scripts": {
"test": "mocha",
"ci-test": "mocha",
"test:e2e": "node test/e2e/homepage.js",
"start": "npx wrangler pages dev ./ --kv \"img_url\" --r2 \"img_r2\" --port 8080 --binding BASIC_USER=admin --binding BASIC_PASS=123 --persist-to ./data",
"start:r2": "npx wrangler pages dev ./ --kv \"img_url\" --r2 \"img_r2\" --port 8080 --binding BASIC_USER=admin BASIC_PASS=123 STORAGE_PROVIDER=r2 disable_telemetry=true --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"
}
}