{
  "name": "storebox",
  "version": "1.2.5-8",
  "description": "一个可以应用于小程序的微型状态管理,也可以用在vue,react",
  "main": "dist/index.js",
  "scripts": {
    "build": "webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "CoderLLLL",
  "license": "MIT",
  "keywords": [
    "state managment",
    "mini-program",
    "vue",
    "react",
    "ts"
  ],
  "devDependencies": {
    "@babel/core": "^7.17.2",
    "@babel/preset-env": "^7.16.11",
    "babel-loader": "^8.2.3",
    "clean-webpack-plugin": "^4.0.0",
    "core-js": "^3.21.0",
    "install": "^0.13.0",
    "npm": "^8.5.0",
    "ts-loader": "^9.2.6",
    "typescript": "^4.5.5"
  },
  "exports": {
    ".": {
      "module": "./dist/index.js"
    },
    "./": "./"
  },
  "files": [
    "dist",
    "types",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoderLLLL/storebox"
  }
}