fastman3-dfyjapp-jsbridge
Version:
a jsbridge module for dfyj app
38 lines (37 loc) • 759 B
JSON
{
"name": "fastman3-dfyjapp-jsbridge",
"version": "3.3.2",
"description": "a jsbridge module for dfyj app",
"prepublishOnly": "npm run build",
"main": "es/index.js",
"main:h5": "es/index.h5.js",
"scripts": {
"build": "father-build"
},
"keywords": [
"jsbridge"
],
"engines": {
"node": ">=10"
},
"author": "shenzhiwei",
"license": "ISC",
"peerDependencies": {
"@tarojs/taro": "^3.2.0",
"fastman3-common-crypto": "^1.0.0",
"fastman3-dfyjapp-request": "^1.0.0",
"fastman3-common-helper": "^1.0.0",
"fastman3-dfyjapp-syncstorage": "^1.0.0"
},
"dependencies": {
},
"devDependencies": {
"father-build": "1.19.4"
},
"files": [
"dist",
"es",
"lib"
],
"sideEffects": false
}