nodes/packages/types/package.json
Max Richter a01a409b97
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m32s
feat: move registry and runtime into separate packages
2024-05-05 15:11:53 +02:00

19 lines
303 B
JSON

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