{ "name": "org-master-sync", "version": "0.1.0", "private": true, "type": "commonjs", "scripts": { "test": "node --test test/*.test.js", "fetch-lineworks": "node src/commands/fetch-lineworks.js", "merge-master": "node src/commands/merge-master.js", "sync-keycloak": "node src/commands/sync-keycloak.js" } }