zova
Version:
A vue3 framework with ioc
48 lines (47 loc) • 983 B
JSON
{
"name": "zova",
"version": "5.0.237",
"description": "A vue3 framework with ioc",
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./*": "./*"
},
"files": [
"dist",
"src"
],
"author": "zhennann",
"license": "MIT",
"keywords": [
"vue3",
"ioc",
"zova"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cabloy/zova.git"
},
"homepage": "https://github.com/cabloy/zova#readme",
"bugs": {
"url": "https://github.com/cabloy/zova/issues"
},
"scripts": {
"lint": "eslint .",
"clean": "tsc -b --clean",
"tsc:publish": "npm run clean && tsc -b",
"prepublishOnly": "npm run tsc:publish"
},
"dependencies": {
"zova-core": "^5.0.185",
"zova-shared": "^1.0.7",
"zova-suite-a-zova": "^5.0.128"
},
"gitHead": "bbbf8972b8478680415882fbd8da4c1d02f8cec4"
}