force-resolutions
Version:
This package modifies package-lock.json to force the installation of specified versions of transitive dependencies
44 lines (43 loc) • 1.19 kB
JSON
{
"name": "force-resolutions",
"version": "1.0.11",
"description": "This package modifies package-lock.json to force the installation of specified versions of transitive dependencies",
"bin": {
"force-resolutions": "dist/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"format": "prettier --write ."
},
"files": [
"index.js"
],
"author": "Angelo Giuseppe Balderas Lozano",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.12",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "^18.11.18",
"kleur": "^4.1.5",
"prettier": "^2.8.2",
"rollup": "^3.10.0",
"rollup-plugin-add-shebang": "^0.3.1",
"rollup-plugin-summary": "^2.0.0",
"@rollup/plugin-terser": "^0.3.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
"url": "https://github.com/angelogiuseppe/force-resolutions.git"
},
"keywords": [
"force-resolutions",
"transitive",
"dependencies"
]
}