-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1000 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
39
40
41
{
"name": "@tarojs/plugin-platform-alipay-dd",
"version": "0.3.1",
"description": "钉钉小程序平台插件",
"author": "drchan",
"homepage": "https://github.com/NervJS/taro-plugin-platform-alipay-dd",
"license": "MIT",
"main": "index.js",
"keywords": [
"taro"
],
"files": [
"index.js",
"dist",
"types"
],
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro-plugin-platform-alipay-dd.git"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"bugs": {
"url": "https://github.com/NervJS/taro-plugin-platform-alipay-dd/issues"
},
"peerDependencies": {
"@tarojs/shared": "^3.5",
"@tarojs/plugin-platform-alipay": "^3.5"
},
"devDependencies": {
"@tarojs/service": "^3.5",
"@tarojs/shared": "^3.5",
"@tarojs/plugin-platform-alipay": "^3.5",
"rollup": "^2.29.0",
"rollup-plugin-typescript2": "^0.27.3",
"typescript": "^4.0.3"
}
}