-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 957 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
36
37
38
39
40
{
"name": "shorter",
"version": "1.0.0",
"private": true,
"homepage": "https://sh0rt.zip",
"bugs": {
"url": "https://github.com/DEVTomatoCake/Shorter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/DEVTomatoCake/Shorter"
},
"author": {
"name": "TomatoCake",
"url": "https://github.com/DEVTomatoCake"
},
"contributors": [
{
"name": "BLACK",
"url": "https://github.com/BLACK4585"
}
],
"scripts": {
"deploy": "node build.js && wrangler deploy"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4"
},
"devDependencies": {
"@html-eslint/eslint-plugin": "^0.26.0",
"@html-eslint/parser": "^0.26.0",
"@stylistic/eslint-plugin-js": "^2.7.2",
"clean-css": "^5.3.3",
"eslint": "^9.9.1",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-unicorn": "^55.0.0",
"uglify-js": "^3.19.3"
}
}