{
  "name": "@wxmp/mstore",
  "version": "1.0.0",
  "description": "weixin miniprogram nonintrusive memory storage & state management tool",
  "miniprogram": "dist",
  "main": "index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "lint": "echo \"Error: no lint specified\" && exit 1",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "rollup": "^1.15.6",
    "rollup-plugin-terser": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/merfais/mstore.git"
  },
  "keywords": [
    "store",
    "weixin",
    "miniprogram",
    "状态管理",
    "小程序状态管理"
  ],
  "author": "coffeebi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/merfais/mstore/issues"
  },
  "homepage": "https://github.com/merfais/mstore#readme"
}
