Files
infisical/migration/package.json
2024-07-02 15:52:25 -04:00

17 lines
384 B
JSON

{
"name": "migration",
"version": "1.0.0",
"description": "As Infisical's codebase matures, there are structural things that we need to change.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.3",
"ip": "^2.0.1",
"mongoose": "^7.2.1"
}
}