fp/packages/infra/package.json

17 lines
322 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",
2024-07-16 10:46:44 +00:00
"scripts": {
"clean": "rm -rf dist",
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
},
2024-06-20 01:43:25 +00:00
"dependencies": {
"dotenv": "^16.4.5"
}
}