forked from wangxinleo/wechat-public-account-push
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 933 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
{
"name": "wechat-public-account-push",
"version": "1.0.0",
"description": "微信公众号推送-给女朋友的浪漫",
"main": "main.js",
"type": "module",
"scripts": {
"dev": "node main.js",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangxinleo/wechat-public-account-push.git"
},
"keywords": [
"node"
],
"author": "wangxinleo",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangxinleo/wechat-public-account-push/issues"
},
"homepage": "https://github.com/wangxinleo/wechat-public-account-push#readme",
"dependencies": {
"axios": "^0.27.2",
"dayjs": "^1.11.5",
"jsdom": "^20.0.0",
"lunar-javascript": "^1.2.33"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.0.1",
"mockdate": "^3.0.5"
},
"jest": {
"transform": {}
}
}