@honeysyt/h5-open-app
Version:
to open app in WeChat H5
43 lines (42 loc) • 929 B
JSON
{
"name": "@honeysyt/h5-open-app",
"version": "1.0.6",
"description": "to open app in WeChat H5",
"private": false,
"main": "lib/whoa.min.js",
"module": "lib/whoa.esm.js",
"types": "lib/whoa.esm.d.ts",
"scripts": {
"lib": "rollup --config"
},
"files": [
"lib",
"README.md",
"LICENSE"
],
"keywords": [
"open-app",
"WeChat",
"H5"
],
"author": "syt-honey",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/syt-honey/h5-open-app.git"
},
"bugs": {
"url": "https://github.com/syt-honey/h5-open-app/issues"
},
"homepage": "https://github.com/syt-honey/h5-open-app#readme",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@rollup/plugin-babel": "^5.3.1",
"babel-polyfill": "^6.26.0",
"rollup-plugin-terser": "^7.0.2"
},
"directories": {
"example": "example"
}
}