UNPKG

@tslsmart/magic-applet

Version:

特斯联移动端统一接口,抹平h5和wgt的差异

67 lines (66 loc) 1.63 kB
{ "name": "@tslsmart/magic-applet", "version": "1.2.2", "description": "特斯联移动端统一接口,抹平h5和wgt的差异", "type": "module", "main": "lib/index.js", "module": "lib/index.js", "typings": "src/index.ts", "scripts": { "preinstall": "npx only-allow pnpm", "release": "release-it", "build": "tsc src/index.ts src/**/*.ts --target esnext --outDir lib" }, "files": [ "lib", "src", "CHANGELOG.md", "README.md" ], "repository": { "type": "git", "url": "git+http://192.168.10.99/Enjoy-Web/magic-applet" }, "keywords": [ "vue", "uni-app", "futureApp", "h5", "wgt", "app-plus" ], "author": "zxiaofoo@qq.com", "license": "ISC", "devDependencies": { "@dcloudio/types": "^3.0.13", "@release-it/conventional-changelog": "^5.1.1", "@types/qs": "^6.9.7", "@typescript-eslint/eslint-plugin": "^5.47.1", "@typescript-eslint/parser": "^5.47.1", "eslint": "^8.0.1", "eslint-config-prettier": "^8.5.0", "eslint-config-standard-with-typescript": "^24.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-vue": "^9.8.0", "husky": "^8.0.2", "lint-staged": "^13.1.0", "release-it": "^15.5.1", "typescript": "*" }, "dependencies": { "qs": "^6.11.0", "weixin-js-sdk": "^1.6.0" }, "peerDependencies": { "@dcloudio/uni-app": "3.0.0-3060520221121001" }, "lint-staged": { "*.{js,ts}": [ "eslint --cache --fix", "git add ." ] } }