mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-05-06 00:16:37 +00:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "hooks",
|
|
"version": "1.0.0",
|
|
"description": "ttlsh hooks",
|
|
"license": "Apache-2.0",
|
|
"main": "./build/server.js",
|
|
"dependencies": {
|
|
"@types/node": "^11.9.5",
|
|
"apac": "^3.0.2",
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"cron": "^1.7.1",
|
|
"express": "^4.16.4",
|
|
"fast-crc32c": "^1.0.4",
|
|
"left-pad": "^1.1.3",
|
|
"lodash": "^4.17.11",
|
|
"moment": "^2.24.0",
|
|
"parse-duration": "^0.1.1",
|
|
"pino": "^5.12.3",
|
|
"pino-pretty": "^2.6.1",
|
|
"randomstring": "^1.1.5",
|
|
"redis": "^2.8.0",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.4",
|
|
"simple-oauth2": "^2.2.1",
|
|
"source-map-support": "^0.5.10",
|
|
"ts-express-decorators": "^5.14.1",
|
|
"ts-log-debug": "^5.1.0",
|
|
"yargs": "^13.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.16.1",
|
|
"@types/lodash": "^4.14.121",
|
|
"@types/mocha": "^5.2.6",
|
|
"chai": "^4.2.0",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^6.0.2",
|
|
"mocha-typescript": "^1.0.23",
|
|
"ts-node": "^8.0.2",
|
|
"tslint": "^5.13.0",
|
|
"typemoq": "^2.1.0",
|
|
"typescript": "^3.3.3333"
|
|
},
|
|
"scripts": {
|
|
"test": "echo 0"
|
|
},
|
|
"snyk": true
|
|
}
|