mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
35 lines
695 B
JSON
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"
|
|
}
|
|
}
|