tplus-mobilelogin
Version:
password login module
51 lines (50 loc) • 2.1 kB
JSON
{
"name": "tplus-mobilelogin",
"version": "3.0.49-miniprogram",
"description": "password login module",
"main": "dist/index.js",
"scripts": {
"start": "cross-env DEV_ENV=mobile PROXY_PORT=4000 CIA_ENV=prod node node_modules/mutants-devtools/bin/start",
"start_gzq": "cross-env DEV_ENV=mobile CONTAINER_ENV=chanjet PROXY_PORT=4000 CIA_ENV=prod node node_modules/mutants-devtools/bin/start",
"build": "rm -rf dist && node node_modules/mutants-devtools/bin/build",
"build_gzq": "rm -rf dist && cross-env CIA_ENV=prod DEV_ENV=mobile CONTAINER_ENV=chanjet PROXY_URL=https://tfproxy.chanjet.com PUBLIC_URL='./' PUBLIC_TYPE='offline' node node_modules/mutants-devtools/bin/entry",
"pub": "npm run build && npm publish --registry https://registry.npmjs.org",
"test": "set DEBUG=tplus:*,-not_this && mocha",
"dev": "node node_modules/mutants-devtools/bin/dev ../../lightapp/tplus_marketing",
"dev_SOSA": "node node_modules/mutants-devtools/bin/dev ../tplus_sa0304mobile/mobile",
"dev_SOSA_serial": "node node_modules/mutants-devtools/bin/dev ../tplus_sa0304mobile_serial/mobile",
"dev_Portal": "node node_modules/mutants-devtools/bin/dev ../tplus_app/mobile",
"dev_130": "node node_modules/mutants-devtools/bin/dev ../tplus_sa0304mobile_130/mobile",
"dev_MINI": "node node_modules/mutants-devtools/bin/dev ../tplus_miniprogram/tpluslm_mini_collaboration"
},
"overrides": {
"graceful-fs": "^4.2.9"
},
"keywords": [
"tplus",
"login"
],
"author": "tplus",
"license": "ISC",
"dependencies": {
"md5": "^2.3.0",
"mutants-mobile-navigator": "^1.0.2",
"qs": "^6.10.3",
"weixin-js-sdk": "^1.6.0"
},
"devDependencies": {
"@types/node": "^17.0.35",
"antd-mobile": "^2.2.6",
"babel-eslint": "^8.0.3",
"cross-env": "^5.2.1",
"eslint": "^4.13.1",
"eslint-plugin-react": "^7.5.1",
"lodash": "^4.17.15",
"mocha": "^5.2.0",
"mutants-devtools": "^2.0.11",
"mutants-jsbridge": "^2.0.1",
"mutants-microfx": "^2.0.0",
"tplus-api": "^2.0.1",
"vconsole": "^3.3.4"
}
}