mtor
Version:
react 模块化 依赖注入 数据流处理
39 lines (38 loc) • 816 B
JSON
{
"name": "mtor",
"version": "2.1.15",
"description": "react 模块化 依赖注入 数据流处理",
"author": "sampsonli",
"keywords": [
"react 模块",
"react hooks",
"依赖注入",
"按需加载",
"模块化",
"react 数据流",
"typescript"
],
"homepage": "https://github.com/sampsonli/mtor",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest",
"test:coverage": "jest --coverage"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"npmName": "mtor",
"files": [
"lib"
],
"peerDependencies": {
"react": ">=15.5.0"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"jest": "^26.6.3",
"react": ">=15.5.0",
"ts-jest": "^26.4.4",
"typescript": "^3.9.7"
}
}