infisical-autoenv/package.json

29 lines
567 B
JSON
Raw Normal View History

2023-11-05 11:50:53 -07:00
{
"name": "infisical-env",
"version": "0.0.1",
"description": "Automate storing envars on system",
"main": "index.js",
"type": "module",
"scripts": {
"test": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git@gitea.dunemask.dev:dunemask/Infisical-env.git"
},
"keywords": [
"infisical",
"environment",
"envar"
],
"author": "dunemask",
"license": "LGPL-2.1-only",
"dependencies": {
2024-08-03 21:10:14 -06:00
"@infisical/sdk": "^2.3.1",
2023-11-05 11:50:53 -07:00
"readline-sync": "^1.4.10"
},
"devDependencies": {
2024-08-03 21:10:14 -06:00
"nodemon": "^3.1.4"
2023-11-05 11:50:53 -07:00
}
}