@de100/form-echo
Version:
A form state management for fields validations and errors
55 lines • 1.44 kB
JSON
{
"name": "@de100/form-echo",
"version": "0.0.13-canary-3",
"description": "A form state management for fields validations and errors",
"keywords": [
"form",
"store",
"manage"
],
"license": "MIT",
"author": {
"name": "Mazen Mohamed",
"email": "maze6572198@gmail.com",
"url": "https://github.com/DreamEcho100/"
},
"repository": {
"type": "git",
"url": "https://github.com/DreamEcho100/dream-echo-devkit",
"directory": "packages/form-echo"
},
"readme": "./README.md",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./helpers": {
"import": "./dist/utils/helpers/index.mjs",
"require": "./dist/utils/helpers/index.js",
"default": "./dist/utils/helpers/index.js",
"types": "./dist/utils/helpers/index.d.ts"
}
},
"devDependencies": {
"@types/node": "^20.1.3",
"@types/react": "^18.2.6",
"cross-env": "^7.0.3",
"esbuild-plugin-external-global": "^1.0.1",
"eslint": "^8.40.0",
"react": "^18.2.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"zod": "^3.21.4",
"zustand": "^4.3.8",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
},
"scripts": {
"lint": "eslint *.ts*",
"build": "cross-env NODE_ENV=production tsup",
"dev": "pnpm run build -- --watch"
}
}