mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
17 lines
384 B
JSON
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"
|
|
}
|
|
}
|