-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.28 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "asd-alipay-sdk",
"version": "5.0.1",
"description": "This is the offical Alipay SDK for Analysys.",
"main": "dist/AnalysysAgent_Alipay_SDK.min.js",
"module": "dist/AnalysysAgent_Alipay_SDK.es6.min.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup --config rollup.config.js",
"dev": "cross-env NODE_ENV=development rollup --config rollup.config.js --watch",
"test": "cross-env rollup --config rollup.config.js",
"lint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts,tsx,js}\" --fix",
"prepublishOnly": "npm run build"
},
"jest": {
"setupFiles": [
"./unitTest/wx.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/analysys/ans-Alipay-sdk.git"
},
"author": {
"name": "huangriya",
"email": "[email protected]",
"url": "https://github.com/huangriya"
},
"license": "ISC",
"dependencies": {
"@typescript-eslint/parser": "^5.33.0",
"base64-js": "^1.3.0"
},
"devDependencies": {
"@tarojs/cli": "^1.3.18",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-rollup": "^3.0.0",
"cross-env": "^7.0.3",
"crypto-js": "^3.1.9-1",
"dotenv": "^16.0.1",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-define-config": "^1.5.1",
"eslint-plugin-import": "^2.25.2",
"jest": "^24.9.0",
"js-base64": "^2.4.9",
"livereload": "^0.7.0",
"miniprogram-simulate": "^1.0.8",
"npm-run-all": "^4.1.2",
"pako": "^1.0.6",
"query-string": "^5.1.1",
"rollup": "^1.27.3",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^8.4.1",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^6.0.3",
"rollup-plugin-uglify-es": "0.0.1",
"rollup-watch": "^4.3.1",
"vue-cli": "^2.9.6",
"zlibjs": "^0.3.1"
},
"bugs": {
"url": "https://github.com/analysys/ans-Alipay-sdk/issues"
},
"homepage": "https://github.com/analysys/ans-Alipay-sdk#readme",
"keywords": [
"asd",
"analytics",
"sdk",
"alipay"
],
"engines": {
"node": ">=6.0"
}
}