fastman3-dfyjapp-callapp
Version:
h5 call app
34 lines (33 loc) • 597 B
JSON
{
"name": "fastman3-dfyjapp-callapp",
"version": "2.0.4",
"main": "es/index.js",
"description": "h5 call app",
"prepublishOnly": "npm run build",
"scripts": {
"build": "./node_modules/.bin/father-build"
},
"keywords": [
"callapp"
],
"engines": {
"node": ">=10"
},
"author": "shenzhiwei",
"license": "ISC",
"peerDependencies": {
"fastman3-common-helper": "^1.0.5"
},
"dependencies": {
"callapp-lib": "^3.5.0"
},
"devDependencies": {
"father-build": "1.19.4"
},
"files": [
"dist",
"es",
"lib"
],
"sideEffects": false
}