-
Notifications
You must be signed in to change notification settings - Fork 494
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "actions-mtz-coupons",
"description": "外卖神券天天领",
"version": "2.2.0",
"keywords": [
"外卖",
"红包"
],
"main": "index.js",
"type": "module",
"author": "Vincent <[email protected]>",
"scripts": {
"bootstrap": "corepack enable && corepack pnpm i",
"start": "node index.js",
"start:local": "node -r dotenv/config index.js",
"lint": "eslint .",
"test": "vitest run",
"sync": "node ./sync-upstream.js"
},
"dependencies": {
"@wasmer/wasi": "^1.2.2",
"https-proxy-agent": "^7.0.5",
"p-limit": "^6.1.0",
"semver": "^7.6.3",
"timeout-signal": "^2.0.0",
"tough-cookie": "^5.0.0"
},
"devDependencies": {
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"globals": "^15.10.0",
"vitest": "^2.1.3"
},
"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",
"license": "MIT",
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}