-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 931 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
{
"name": "@tarojs/plugin-platform-tt-fb",
"version": "0.0.1",
"description": "飞书小程序平台插件",
"author": "ripeBoy",
"homepage": "https://github.com/NervJS/taro-plugin-platform-tt-fb",
"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-tt-fb.git"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"bugs": {
"url": "https://github.com/NervJS/taro-plugin-platform-tt-fb/issues"
},
"dependencies": {
"@tarojs/plugin-platform-tt": "^3.1.0-alpha.1",
"@tarojs/service": "^3.1.0-alpha.1",
"@tarojs/shared": "^3.1.0-alpha.1"
},
"devDependencies": {
"rollup": "^2.29.0",
"rollup-plugin-typescript2": "^0.27.3",
"typescript": "^4.0.3"
}
}