@cabloy/zod-errors-custom
Version:
zod-errors-custom
46 lines • 959 B
JSON
{
"name": "@cabloy/zod-errors-custom",
"type": "module",
"version": "2.0.3",
"description": "zod-errors-custom",
"publishConfig": {
"access": "public"
},
"author": "zhennann",
"license": "MIT",
"homepage": "https://github.com/cabloy/zova#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/cabloy/zova.git"
},
"bugs": {
"url": "https://github.com/cabloy/zova/issues"
},
"keywords": [
"vue3",
"ioc",
"zova"
],
"exports": {
".": {
"types": [
"./src/index.ts",
"./dist/index.d.ts"
],
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"dependencies": {
"@cabloy/word-utils": "^2.0.1"
},
"gitHead": "0eab9dc4a5622caffe89e7b1b3f02c08ccbc4c4b",
"scripts": {
"lint": "eslint .",
"clean": "rimraf dist tsconfig.tsbuildinfo",
"tsc:publish": "npm run clean && tsc"
}
}