Files
Keys/package.json

21 lines
549 B
JSON

{
"name": "keys",
"version": "1.0.0",
"description": "Sistema web para administração segura de todas as suas credenciais, chaves, tokens, APIs e senhas.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://admtracksteel:28914e07ba0d55b31668b5fa2d2f90da8b13894b@git.reifonas.cloud/admtracksteel/keys.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.2.1"
}
}