-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.48 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "cloudflare-link-tree",
"version": "1.1.0",
"description": "🌲 cloudflare link tree",
"keywords": [
"typescript",
"eslint",
"prettier",
"webpack",
"cloudflare",
"cloudflare-worker",
"cloudflare-workers",
"link-tree",
"interview"
],
"homepage": "https://cloudflare-link-tree.bradgarropy.workers.dev",
"bugs": {
"url": "https://github.com/bradgarropy/cloudflare-link-tree/issues"
},
"license": "MIT",
"author": {
"name": "Brad Garropy",
"email": "[email protected]",
"url": "https://bradgarropy.com"
},
"main": "dist/worker.js",
"repository": {
"type": "git",
"url": "https://github.com/bradgarropy/cloudflare-link-tree"
},
"scripts": {
"build": "webpack"
},
"dependencies": {
"itty-router": "^2.4.2",
"itty-router-extras": "^0.4.2"
},
"devDependencies": {
"@bradgarropy/eslint-config": "^1.1.0",
"@bradgarropy/eslint-config-typescript": "^1.0.2",
"@cloudflare/workers-types": "^2.2.2",
"@types/itty-router-extras": "^0.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^1.19.1",
"ts-loader": "^8.3.0",
"typescript": "^4.3.4",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.2"
}
}