apex-source-control/package.json
2021-02-02 16:50:45 -05:00

40 lines
1.2 KiB
JSON

{
"name": "apex-source-control",
"version": "1.4.2",
"description": "Scripts for bringing Oracle Application Express apps into source control",
"bin": {
"apex-source-control": "apex-source-control"
},
"scripts": {
"apex-to-file": "apex-source-control apex-to-file",
"file-to-apex": "apex-source-control file-to-apex",
"new-conf-file": "apex-source-control new-conf-file",
"switch-conf-file": "apex-source-control switch-conf-file",
"read-conf-file": "apex-source-control read-conf-file",
"generate-app-id": "apex-source-control generate-app-id",
"uninstall-apex": "apex-source-control uninstall-apex"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ntreeinc/apex-source-control.git"
},
"keywords": [
"oracle",
"apex",
"application",
"express",
"version",
"source",
"control"
],
"author": "Ntree Inc. (http://ntree.com/)",
"contributors": [
"Nathan Farrant-Diaz (https://github.com/nfarrantdiaz)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ntreeinc/apex-source-control#known-issues"
},
"homepage": "https://github.com/ntreeinc/apex-source-control"
}