-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "imzhao",
"version": "0.4.2",
"description": "The Zhao's node package.",
"main": "lib/index.js",
"bin": {
"imzhao": "bin/imzhao.js"
},
"files": [
"lib/",
"bin/"
],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:watchall": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archtaurus/imzhao.js.git"
},
"keywords": [
"Zhao"
],
"author": "Zhao Xin <[email protected]> (https://www.haoohaoo.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/archtaurus/imzhao.js/issues"
},
"homepage": "https://github.com/archtaurus/imzhao.js#readme",
"devDependencies": {
"jest": "^26.6.3"
},
"dependencies": {
"axios": "^0.21.1",
"commander": "^7.2.0",
"html-to-text": "^7.1.1",
"lodash": "^4.17.21",
"mongoose": "^5.12.7",
"nodemailer": "^6.6.0",
"uuid": "^8.3.2"
},
"jest": {
"testEnvironment": "node"
}
}