mazey-wechat-launch-app
Version:
Launch App in WeChat/Weixin
106 lines (105 loc) • 3.2 kB
JSON
{
"name": "mazey-wechat-launch-app",
"version": "2.3.6",
"description": "Launch App in WeChat/Weixin",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"mainEntryPointFilePath": "lib/index.d.ts",
"unpkg": "lib/launch-app.min.js",
"jsdelivr": "lib/launch-app.min.js",
"scripts": {
"dev": "webpack-dev-server --config ./scripts/webpack.config.dev.js --open",
"build": "rollup --config ./scripts/rollup.config.js",
"test": "jest",
"lint:fix": "eslint ./src/index.ts --ext 'ts,tsx' --fix",
"preview": "npm run build && npm run test",
"release": "npm run preview && cross-env SCRIPTS_NPM_PACKAGE_VERSION=$npm_package_version node ./scripts/release.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chengchuu/mazey-wechat-launch-app.git"
},
"keywords": [
"wechat",
"weixin",
"launch",
"app",
"webview",
"webkit",
"ios",
"android",
"x5",
"javascript",
"function"
],
"author": {
"name": "Cheng",
"email": "mazeyqian@gmail.com",
"url": "https://github.com/chengchuu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/chengchuu/mazey-wechat-launch-app/issues"
},
"homepage": "https://github.com/chengchuu/mazey-wechat-launch-app#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime-corejs3": "^7.11.2",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^8.3.4",
"@types/jquery": "^3.5.17",
"@types/js-sha1": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@webpack-cli/serve": "^1.7.0",
"clean-webpack-plugin": "^1.0.1",
"core-js": "^3.6.5",
"cross-env": "^7.0.3",
"date-fns": "^2.29.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"execa": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.3.8",
"jest": "^27.5.1",
"lint-staged": "^10.0.8",
"markdown-toc": "^1.2.0",
"prettier": "^1.19.1",
"prettier-eslint-cli": "^5.0.0",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-loader": "^8.0.2",
"tslib": "^2.4.1",
"typedoc": "^0.18.0",
"typescript": "^4.4.4",
"webpack": "4.30.0",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.11.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"dependencies": {
"jquery": "^3.7.1",
"js-sha1": "^0.6.0",
"mazey": "^4.7.12"
}
}