fp/packages/infra/package.json

17 lines
322 B
JSON

{
"name": "infra",
"type": "module",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "Unlicense",
"scripts": {
"clean": "rm -rf dist",
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
},
"dependencies": {
"dotenv": "^16.4.5"
}
}