mirror of
https://github.com/LittleQuartZ/addmon.git
synced 2026-02-07 02:45:28 +07:00
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"name": "@addmon/env",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./web": "./src/web.ts"
|
|
},
|
|
"dependencies": {
|
|
"@t3-oss/env-core": "^0.13.1",
|
|
"dotenv": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@addmon/config": "workspace:*",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|