forked from dsrkafuu/moe-counter-cf
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 734 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"private": true,
"name": "moe-counter-cf",
"version": "2.4.2",
"description": "Fork of Moe Counter for fast global access powered by Cloudflare Workers.",
"author": "DSRKafuU <dsrkafuu@outlook.com> (https://dsrkafuu.net)",
"license": "MIT",
"main": "./dist/worker.js",
"scripts": {
"lint": "eslint \"./src\" && prettier --write",
"build": "webpack",
"dev": "wrangler dev --host count.dsrkafuu.net",
"publish": "wrangler publish"
},
"dependencies": {
"itty-router": "~2.6.1"
},
"devDependencies": {
"@cloudflare/wrangler": "~1.19.12",
"clean-webpack-plugin": "~4.0.0",
"eslint": "~8.23.0",
"prettier": "~2.7.1",
"webpack": "~5.74.0",
"webpack-cli": "~4.10.0"
}
}