{
  "name": "@umijs/valtio",
  "version": "1.0.4",
  "description": "Umi.js valtio plugin",
  "keywords": [],
  "homepage": "https://github.com/umijs/umi/tree/master/libs/valtio",
  "bugs": {
    "url": "https://github.com/umijs/umi/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "father build",
    "dev": "father dev",
    "test": "jest"
  },
  "dependencies": {
    "valtio": "1.11.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
  ]
}
