generated from Snazzah/slash-create-worker
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 959 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
{
"name": "ducksearch",
"description": "Search with DuckDuckGo on Discord",
"author": "Snazzah",
"main": "dist/worker.js",
"private": true,
"scripts": {
"build": "webpack",
"dev": "miniflare -e development.env --watch",
"dev:cf": "wrangler dev -e development",
"deploy": "wrangler publish",
"sync": "npx slash-up sync",
"sync:dev": "npx slash-up sync -e dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@cloudflare/workers-types": "^2.0.0",
"@types/common-tags": "^1.8.1",
"common-tags": "^1.8.0",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"duck-duck-scrape": "^2.2.1",
"eslint": "^8.14.0",
"eslint-config-snazzah": "^1.1.0",
"miniflare": "^2.4.0",
"rimraf": "^3.0.2",
"slash-create": "^5.5.3",
"slash-up": "^1.1.1",
"ts-loader": "^7.0.5",
"typescript": "^4.4.3",
"webpack": "^5.33.2",
"webpack-cli": "^3.3.12"
}
}