-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "hawkbucks-bot",
"version": "1.2.0",
"private": true,
"type": "module",
"scripts": {
"test": "node --test test/epic-client.test.js test/epic-parser.test.js test/power-level.test.js test/reminder-schedule.test.js test/cache-settings.test.js test/missions-service.test.js test/formatter.test.js test/admin-core.test.js test/admin-data.test.js test/admin-broadcast.test.js test/migration.test.js test/callback-dispatch.test.js",
"deploy": "node scripts/embed-assets.js && wrangler deploy",
"deploy:d1": "node scripts/deploy-d1-schema.js",
"deploy:full": "node scripts/embed-assets.js && node scripts/deploy-d1-schema.js && wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev"
},
"devDependencies": {
"wrangler": "^4.127.1"
}
}