-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "alipay-mobile",
"version": "4.0.2",
"description": "",
"main": "dist/index.js",
"engines": {
"node": ">=12.18"
},
"scripts": {
"build": "tsc --outDir ./dist",
"lint": "yarn eslint . --ext .js,.ts",
"test": "jest --no-cache"
},
"keywords": [
"alipay",
"mobile"
],
"repository": {
"type": "git",
"url": "https://github.com/Luncher/alipay-mobile"
},
"author": {
"name": "linchen",
"email": "[email protected]",
"url": "https://github.com/Luncher"
},
"license": "MIT",
"devDependencies": {
"@types/bluebird": "^3.5.32",
"@types/jest": "^26.0.20",
"@types/joi": "^14.3.4",
"@types/node": "^12.18",
"@types/urllib": "^2.33.0",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.8.0",
"debug": "^2.6.9",
"eslint": "^7.6.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-plugin-import": "^2.22.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.3",
"typescript": "^3.9.7"
},
"dependencies": {
"joi": "^14.3.1",
"moment": "^2.19.3",
"urllib": "^2.21.1"
}
}