Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) to 10.2.7 and updates ancestor dependency [got](https://github.com/sindresorhus/got). These dependencies need to be updated together. Updates `cacheable-request` from 7.0.1 to 10.2.7 - [Release notes](https://github.com/jaredwray/cacheable-request/releases) - [Commits](https://github.com/jaredwray/cacheable-request/commits) Updates `got` from 11.3.0 to 12.5.3 - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.3.0...v12.5.3) --- updated-dependencies: - dependency-name: cacheable-request dependency-type: indirect - dependency-name: got dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
821 B
JSON
38 lines
821 B
JSON
{
|
|
"name": "jack-red",
|
|
"version": "0.1.0",
|
|
"description": "Bot",
|
|
"main": "out/index.js",
|
|
"scripts": {
|
|
"test": "tsc && node out",
|
|
"build-ts": "tsc",
|
|
"start": "node out",
|
|
"dev": "tsc && node --inspect-brk out",
|
|
"postinstall": "npm run build-ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chrisvrose/jack-red.git"
|
|
},
|
|
"keywords": [
|
|
"bot",
|
|
"ts"
|
|
],
|
|
"author": "Atreya Bain",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/chrisvrose/jack-red/issues"
|
|
},
|
|
"homepage": "https://github.com/chrisvrose/jack-red#readme",
|
|
"devDependencies": {
|
|
"@types/got": "^9.6.11",
|
|
"@types/node": "^14.0.13",
|
|
"@types/yargs": "^15.0.5",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"dependencies": {
|
|
"got": "^12.5.3",
|
|
"twss": "^0.1.6"
|
|
}
|
|
}
|