nodes/packages/types/package.json

19 lines
303 B
JSON
Raw Normal View History

2024-02-28 21:21:42 +01:00
{
2024-04-04 19:17:27 +02:00
"name": "@nodes/types",
"version": "0.0.0",
2024-02-28 21:21:42 +01:00
"description": "",
"main": "src/index.ts",
2024-04-26 19:04:54 +02:00
"exports": {
".": {
"import": "./src/index.ts",
"require": "./src/index.ts"
}
},
2024-02-28 21:21:42 +01:00
"keywords": [],
"author": "",
2024-04-19 20:30:51 +02:00
"license": "ISC",
"dependencies": {
2024-11-02 17:21:04 +01:00
"zod": "^3.23.8"
2024-04-19 20:30:51 +02:00
}
2024-02-28 21:21:42 +01:00
}