Files
infisical-node-sdk/test/package.json
Daniel Hougaard fe0b265ec5 Initial commit
2024-08-29 02:05:00 +04:00

21 lines
379 B
JSON

{
"name": "test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"fs": "^0.0.1-security",
"https": "^1.0.0",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/node": "^22.5.1"
}
}