mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
19 lines
337 B
JSON
19 lines
337 B
JSON
{
|
|
"name": "@afilmory/env",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/index.ts",
|
|
"types": "./src/index.ts"
|
|
}
|
|
},
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"dependencies": {
|
|
"@t3-oss/env-core": "^0.13.10",
|
|
"dotenv": "17.2.3",
|
|
"zod": "^4.3.5"
|
|
}
|
|
}
|