-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.87 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"scripts": {
"commit": "gitmoji -c",
"prepare": "husky install",
"build": "webpack"
},
"devDependencies": {
"@types/http-errors": "^1.8.1",
"@types/node": "^16.4.13",
"@types/ramda": "^0.27.44",
"@types/statuses": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-typescript-prettier": "^4.2.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.3.1",
"gitmoji-cli": "^4.2.0",
"husky": "^7.0.1",
"lint-staged": "^11.1.1",
"prettier": "2.3.2",
"prettier-config-standard": "^4.0.0",
"prettier-plugin-organize-imports": "^2.2.0",
"raw-loader": "^4.0.2",
"semantic-release": "^17.4.4",
"semantic-release-gitmoji": "^1.3.4",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-node-externals": "^3.0.0"
},
"name": "@momocow/cloudflare-worker-leetcode-progress",
"version": "0.1.2",
"main": "dist/index.js",
"files": [
"lib",
"dist"
],
"dependencies": {
"crypto-hash": "^1.3.0",
"graphql-request": "^3.5.0",
"http-errors": "^1.8.0",
"pupa": "^3.1.0",
"ramda": "^0.27.1",
"statuses": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/momocow/cloudflare-worker-leetcode-progress.git"
},
"keywords": [
"cloudflare",
"worker",
"leetcode"
],
"author": "MomoCow",
"license": "MIT",
"bugs": {
"url": "https://github.com/momocow/cloudflare-worker-leetcode-progress/issues"
},
"homepage": "https://github.com/momocow/cloudflare-worker-leetcode-progress#readme",
"description": ""
}