updates/package.json
silverwind d6a38752ae
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 (13, macOS-latest) (push) Has been cancelled
ci / test (13, ubuntu-latest) (push) Has been cancelled
ci / test (13, windows-latest) (push) Has been cancelled
10.2.2
* add dns cache (silverwind)
2020-03-10 21:24:55 +01:00

59 lines
1.2 KiB
JSON

{
"name": "updates",
"version": "10.2.2",
"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": {
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "4.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"ansi-regex": "5.0.0",
"colorette": "1.1.0",
"create-test-server": "3.0.1",
"del": "5.1.0",
"eslint": "6.8.0",
"eslint-config-silverwind": "10.0.1",
"execa": "4.0.0",
"hosted-git-info": "3.0.4",
"jest": "25.1.0",
"make-fetch-happen": "8.0.3",
"minimist": "1.2.3",
"node-fetch": "2.6.0",
"rc": "1.2.8",
"registry-auth-token": "4.1.1",
"rollup": "2.0.3",
"rollup-plugin-hashbang": "2.2.2",
"rollup-plugin-terser": "5.3.0",
"semver": "7.1.3",
"tempy": "0.5.0",
"text-table": "0.2.0",
"versions": "8.2.4"
},
"jest": {
"verbose": false,
"testTimeout": 10000
}
}