Files
infisical/secret-engine/package.json
2023-06-22 22:26:23 -04:00

35 lines
695 B
JSON

{
"name": "secret-engine",
"version": "1.0.0",
"private": true,
"description": "Infisical secret engine",
"author": "Maidul Islam",
"license": "ISC",
"homepage": "https://github.com//",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc",
"start": "npm run build && probot run ./lib/index.js",
"test": "jest"
},
"dependencies": {
"probot": "^12.2.4"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"jest": "^29.0.0",
"nock": "^13.0.5",
"smee-client": "^1.2.2",
"ts-jest": "^29.0.0",
"typescript": "^4.1.3"
},
"engines": {
"node": ">= 10.13.0"
}
}