mobx-web-cell
Version:
MobX adaptor for WebCell v2
49 lines (48 loc) • 1.29 kB
JSON
{
"name": "mobx-web-cell",
"version": "0.4.0-rc.5",
"license": "LGPL-3.0",
"author": "shiy2008@gmail.com",
"description": "MobX adaptor for WebCell v2",
"keywords": [
"Web",
"WebCell",
"MobX",
"adaptor",
"TypeScript",
"decorator"
],
"homepage": "https://github.com/EasyWebApp/WebCell/tree/v2/MobX",
"source": "source/index.ts",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"scripts": {
"build": "rm -rf dist/ && parcel build source/index.ts",
"test": "jest --forceExit",
"prepublishOnly": "npm test && npm run build"
},
"dependencies": {
"mobx": ">4.0.0 <6.0.0",
"web-cell": "^2.4.0-rc.6"
},
"devDependencies": {
"@parcel/packager-ts": "^2.2.1",
"@types/jest": "^27.4.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"jest": "^27.4.7",
"parcel": "^2.2.1",
"ts-jest": "^27.1.3",
"typescript": "~4.3.5"
},
"jest": {
"testEnvironment": "jsdom",
"preset": "ts-jest"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"targets": {
"main": {
"optimize": true
}
}
}