{ "name": "apex-source-control", "version": "1.0.0", "description": "Scripts for bringing Oracle Application Express apps into source control", "main": "index.js", "bin" : { "new-conf-file" : "scripts/make-new-config-file.sh", "switch-conf-file" : "scripts/switch-config-file.sh", "apex-to-file" : "frontrunners/apex-to-file.sh", "file-to-apex" : "frontrunners/file-to-apex.sh", "read-conf-file" : "frontrunners/read-conf-file.sh", "generate-app-id" : "frontrunners/generate-app-id.sh", "uninstall-apex" : "frontrunners/uninstall-apex.sh" }, "scripts": { "test": "echo teammates all left before they had to buy a round", "env" : "env", "apex-to-file" : "apex-to-file", "file-to-apex" : "file-to-apex", "new-conf-file" : "new-conf-file", "switch-conf-file" : "switch-conf-file", "read-conf-file" : "read-conf-file", "generate-new-app-id" : "generate-app-id", "uninstall-apex" : "uninstall-apex" }, "repository": { "type": "git", "url": "git+https://github.com/ntreeinc/apex-source-control.git" }, "keywords": [ "oracle", "apex", "application", "express", "version", "source", "control" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/ntreeinc/apex-source-control/issues" }, "homepage": "https://github.com/ntreeinc/apex-source-control#readme" }