@indiv/common
Version:
一个 web mvvm 库。A web mvvm library.
39 lines (38 loc) • 813 B
JSON
{
"name": "@indiv/common",
"version": "5.0.0",
"publishConfig": {
"access": "public"
},
"description": "一个 web mvvm 库。A web mvvm library.",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"keywords": [
"mvvm",
"http",
"front-end",
"httpClient",
"common"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DimaLiLongJi/InDiv.git"
},
"author": "DimaLiLongJi",
"license": "MIT",
"bugs": {
"url": "https://github.com/DimaLiLongJi/InDiv/issues"
},
"homepage": "https://github.com/DimaLiLongJi/InDiv#readme",
"dependencies": {
"axios": ">=0.21.1"
},
"peerDependencies": {
"@indiv/di": "5.0.0",
"rxjs": "^6.3.3"
},
"gitHead": "6004fa0f6e829fddf598bc60754f137af094fc49"
}