You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-infisical/migration/package.json

16 lines
364 B

{
"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"
}
}