{
  "name": "apex-nitro",
  "version": "5.0.2",
  "author": "OraOpenSource",
  "description": "Front-end development in Oracle APEX at its best",
  "license": "MIT",
  "scripts": {
    "test": "xo"
  },
  "keywords": [
    "oracle",
    "apex",
    "orclapex",
    "css",
    "javascript",
    "front-end",
    "responsive",
    "framework",
    "web"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/OraOpenSource/apex-nitro.git"
  },
  "bugs": {
    "url": "https://github.com/OraOpenSource/apex-nitro/issues"
  },
  "main": "lib/index.js",
  "bin": {
    "apex-nitro": "./bin/apex-nitro.js"
  },
  "dependencies": {
    "apex-publish-static-files": "^2.0.3",
    "await-spawn": "^4.0.1",
    "browser-sync": "^2.26.13",
    "chalk": "^4.1.0",
    "commander": "^6.2.0",
    "del": "^6.0.0",
    "fs-extra": "^9.0.1",
    "inquirer": "^7.3.3",
    "node-notifier": "^8.0.0",
    "open": "^7.3.0",
    "ora": "^5.1.0",
    "update-notifier": "^5.0.0"
  },
  "devDependencies": {
    "xo": "^0.34.1"
  },
  "xo": {
    "ignores": []
  }
}
