| 1234567891011121314151617 |
- {
- "name": "sync-package-json-deps",
- "version": "0.0.1",
- "description": "a script to find and fix out-of-sync dependencies in package.json files",
- "main": "src/sync-package-json-deps.js",
- "scripts": {
- "build": "nexe -i src/sync-package-json-deps.js -o dist/sync-package-json-deps --build --python=$(which python3)"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "glob": "^11.0.0",
- "nexe": "^4.0.0-rc.6",
- "semver": "^7.6.3"
- }
- }
|