@jeng3zeus/form-piw-piw
Version:
Simply form validate for Nuxt3
62 lines (61 loc) • 1.84 kB
JSON
{
"name": "@jeng3zeus/form-piw-piw",
"version": "1.0.3",
"homepage": "https://jengzeus-form-piw-piw-documentation.vercel.app/",
"keywords": [
"nuxt3",
"form",
"validation",
"zod",
"vue3",
"jform",
"jengzeus",
"jeng3zeus"
],
"description": "Simply form validate for Nuxt3",
"repository": "https://github.com/JENGZY-devBoi/jengzeus-form-piw-piw",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.15.0",
"zod": "^3.25.20"
},
"devDependencies": {
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^0.7.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.0",
"@nuxt/test-utils": "^3.15.1",
"@types/node": "latest",
"changelogen": "^0.5.7",
"eslint": "^9.17.0",
"nuxt": "^3.15.0",
"typescript": "~5.7.2",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}