mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 20:12:48 +05:30
13 lines
184 B
JSON
13 lines
184 B
JSON
{
|
|
"name": "@omnia/cli",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.4.2"
|
|
}
|
|
}
|