UNPKG

soloop-js-bridge

Version:

H5与即录soloop App交互工具库

38 lines (37 loc) 1.03 kB
{ "name": "soloop-js-bridge", "version": "0.0.1", "description": "H5与即录soloop App交互工具库", "main": "index.js", "scripts": { "test": "test", "dev": "cross-env NODE_ENV=development webpack --config webpack.config.js --mode=development -w", "build": "cross-env NODE_ENV=production webpack --config webpack.config.js --mode=production", "lint": "eslint ." }, "keywords": [ "soloop", "即录", "js-bridge" ], "author": "tianbaolin", "license": "ISC", "dependencies": { "@oppo/lib-heytap-jsapi": "^1.0.1" }, "devDependencies": { "@babel/core": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/polyfill": "^7.8.3", "@babel/preset-env": "^7.8.3", "@babel/runtime": "^7.8.3", "babel-loader": "^8.0.6", "cross-env": "^6.0.3", "eslint": "^6.8.0", "eslint-friendly-formatter": "^4.0.1", "eslint-loader": "^3.0.3", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^4.41.5", "webpack-cli": "^3.3.10" } }