forked from vv314/actions-mtz-coupons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "actions-mtz-coupons",
"description": "外卖神券天天领",
"version": "1.9.0",
"keywords": [
"外卖",
"红包"
],
"main": "index.js",
"type": "module",
"author": "Vincent <[email protected]>",
"scripts": {
"start": "node index",
"start:local": "node index.local",
"lint": "eslint .",
"test": "yarn node --experimental-vm-modules $(yarn bin jest)",
"sync": "node ./sync-upstream"
},
"packageManager": "^[email protected]",
"dependencies": {
"https-proxy-agent": "^5.0.1",
"node-fetch": "^3.3.0",
"p-limit": "^4.0.0",
"semver": "^7.3.8",
"timeout-signal": "^2.0.0",
"tough-cookie": "^4.1.2"
},
"devDependencies": {
"dotenv": "^16.0.3",
"eslint": "^8.31.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.3.1"
},
"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": ">=16.0.0"
},
"license": "MIT"
}