{ "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", "mongoose": "^7.2.1" } }