2024-02-28 21:21:42 +01:00
|
|
|
{
|
2024-04-04 19:17:27 +02:00
|
|
|
"name": "@nodes/types",
|
2024-05-05 15:11:53 +02:00
|
|
|
"version": "0.0.0",
|
2024-02-28 21:21:42 +01:00
|
|
|
"description": "",
|
2024-04-18 15:40:41 +02:00
|
|
|
"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
|
|
|
}
|