fp/packages/infra/package.json

13 lines
194 B
JSON
Raw Normal View History

2024-06-20 01:43:25 +00:00
{
2024-07-06 08:49:51 +00:00
"name": "infra",
2024-06-20 01:43:25 +00:00
"type": "module",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "Unlicense",
"dependencies": {
"dotenv": "^16.4.5"
}
}