@fanx/wxstore
Version:
wechat miniprogram store manager
54 lines (53 loc) • 1.29 kB
JSON
{
"name": "@fanx/wxstore",
"version": "1.0.9",
"description": "wechat miniprogram store manager",
"main": "dist/wxStore.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zfxmnb/wxStore.git"
},
"keywords": [
"weixin",
"wechat",
"miniprogram",
"weapp",
"westore",
"wxstore",
"store",
"state",
"mini",
"wx",
"we",
"微信",
"小程序"
],
"scripts": {
"commit": "git-cz",
"build": "babel wxStore.js -o dist/wxStore.js && babel utils -d dist/utils",
"test": "babel-node ./node_modules/.bin/mocha test/main.js"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.7.5",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.6",
"@babel/runtime": "^7.7.7",
"babel-eslint": "^10.0.3",
"commitizen": "^4.0.4",
"cz-conventional-changelog": "^3.1.0",
"eslint": "^6.8.0",
"mocha": "^7.1.1",
"standard": "^14.3.1"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"author": "zengfanxing",
"license": "MIT"
}