package.json 486 B

1234567891011121314151617
  1. {
  2. "name": "sync-package-json-deps",
  3. "version": "0.0.1",
  4. "description": "a script to find and fix out-of-sync dependencies in package.json files",
  5. "main": "src/sync-package-json-deps.js",
  6. "scripts": {
  7. "build": "nexe -i src/sync-package-json-deps.js -o dist/sync-package-json-deps --build --python=$(which python3)"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "glob": "^11.0.0",
  14. "nexe": "^4.0.0-rc.6",
  15. "semver": "^7.6.3"
  16. }
  17. }