UNPKG

@planjs/mobx-persist

Version:
56 lines (55 loc) 1.33 kB
{ "name": "@planjs/mobx-persist", "version": "0.0.11", "description": "enhance-mobx-persist", "sideEffects": false, "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "umd:main": "lib/index.umd.js", "unpkg": "lib/index.umd.min.js", "typings": "typings/index.d.ts", "scripts": { "lint:fix": "eslint --fix --ext js,jsx,ts,tsx src", "prepublishOnly": "npm run release", "release": "./scripts/release.sh", "prepare": "stan-builder", "start": "stan-builder -w", "test": "echo \"Error: no test specified\"" }, "files": [ "dist", "typings" ], "repository": { "type": "git", "url": "git+https://github.com/planjs/mobx-persist.git" }, "keywords": [ "mobx", "mobx-persist", "persist" ], "license": "ISC", "author": "fupeng <fupenglxy@gmail.com>", "bugs": { "url": "https://github.com/planjs/mobx-persist/issues" }, "homepage": "https://github.com/planjs/mobx-persist#readme", "dependencies": { "serializr": "1.5.4", "@babel/runtime": "^7.x" }, "peerDependencies": { "mobx": ">=5.x" }, "publishConfig": { "access": "public" }, "devDependencies": { "mobx": "5.15.4", "stan-builder": "^0.13.3", "@planjs/fabric": "^0.0.90", "typescript": "^4.3.5", "standard-version": "^9.0.0" } }