nodes/packages/types/package.json
Max Richter 98a4e6e34d
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m24s
feat: improve help view
2024-04-26 19:04:54 +02:00

19 lines
303 B
JSON

{
"name": "@nodes/types",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"exports": {
".": {
"import": "./src/index.ts",
"require": "./src/index.ts"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"zod": "^3.23.4"
}
}