forked from vv314/actions-mtz-coupons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "actions-mtz-coupons",
"description": "外卖神券天天领",
"version": "2.1.0",
"keywords": [
"外卖",
"红包"
],
"main": "index.js",
"type": "module",
"author": "Vincent <[email protected]>",
"scripts": {
"bootstrap": "corepack enable && corepack pnpm i",
"start": "node index",
"start:local": "node index.local",
"lint": "eslint .",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
"sync": "node ./sync-upstream"
},
"dependencies": {
"@wasmer/wasi": "^1.2.2",
"https-proxy-agent": "^7.0.2",
"node-fetch": "^3.3.2",
"p-limit": "^5.0.0",
"semver": "^7.5.4",
"timeout-signal": "^2.0.0",
"tough-cookie": "^4.1.3"
},
"devDependencies": {
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"fs-extra": "^11.2.0",
"jest": "^29.7.0"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/vv314/actions-mtwm-coupons.git"
},
"bugs": {
"url": "https://github.com/vv314/actions-mtwm-coupons/issues"
},
"homepage": "https://github.com/vv314/actions-mtwm-coupons#readme",
"engines": {
"node": ">=18.17.1"
},
"license": "MIT",
"packageManager": "[email protected]+sha256.28ca61ece5a496148b73fabc9afb820f9c3fec4f55f04ce45a2cea0a5219f2e1"
}