updates/package.json
silverwind f92ece5225
Some checks failed
ci / test (10, macOS-latest) (push) Has been cancelled
ci / test (10, ubuntu-latest) (push) Has been cancelled
ci / test (10, windows-latest) (push) Has been cancelled
ci / test (12, macOS-latest) (push) Has been cancelled
ci / test (12, ubuntu-latest) (push) Has been cancelled
ci / test (12, windows-latest) (push) Has been cancelled
ci / test (14, macOS-latest) (push) Has been cancelled
ci / test (14, ubuntu-latest) (push) Has been cancelled
ci / test (14, windows-latest) (push) Has been cancelled
11.2.3
2020-10-05 23:37:18 +02:00

57 lines
1.1 KiB
JSON

{
"name": "updates",
"version": "11.2.3",
"description": "Flexible npm dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"bin": "./updates",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "make test"
},
"keywords": [
"dependencies",
"update",
"updates",
"check",
"checker",
"npm",
"yarn",
"packages"
],
"files": [
"updates"
],
"devDependencies": {
"@vercel/ncc": "0.24.1",
"ansi-regex": "5.0.0",
"del": "6.0.0",
"eslint": "7.10.0",
"eslint-config-silverwind": "21.0.0",
"execa": "4.0.3",
"fetch-enhanced": "4.2.1",
"hosted-git-info": "3.0.5",
"jest": "26.5.0",
"jest-extended": "0.11.5",
"minimist": "1.2.5",
"node-fetch": "2.6.1",
"rc": "1.2.8",
"registry-auth-token": "4.2.0",
"restana": "4.7.4",
"semver": "7.3.2",
"tempy": "0.7.1",
"text-table": "0.2.0",
"versions": "8.4.3"
},
"jest": {
"verbose": false,
"testTimeout": 60000,
"setupFilesAfterEnv": [
"jest-extended"
]
}
}