@hocgin/mock-kit
Version:
39 lines (38 loc) • 723 B
JSON
{
"name": "@hocgin/mock-kit",
"version": "2.0.189",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"build": "father build"
},
"files": [
"dist",
"typings.d.ts",
"README.md"
],
"keywords": [
"hocgin"
],
"repository": {
"type": "git",
"url": "https://github.com/hocgin/node-package"
},
"authors": [],
"publishConfig": {
"access": "public"
},
"dependencies": {
"mockjs": "^1.1.0"
},
"devDependencies": {
"@types/mockjs": "^1.0.4"
},
"peerDependencies": {
"react": "^18.x",
"react-dom": "^18.x"
},
"gitHead": "eb676aaa5bde8a86d0fc38a58922919f39489825"
}