{
  "name": "frau-local-appresolver",
  "version": "1.6.1",
  "description": "A free-range-app utility for resolving locally hosted apps.",
  "main": "src/index.js",
  "bin": {
    "frau-local-appresolver": "bin/appresolvercli"
  },
  "scripts": {
    "lint": "eslint .",
    "test:unit": "mocha",
    "test": "npm run lint && npm run test:unit"
  },
  "files": [
    "/bin",
    "/src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Brightspace/frau-local-appresolver.git"
  },
  "keywords": [
    "d2l",
    "frau"
  ],
  "author": "D2L Corporation",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Brightspace/frau-local-appresolver/issues"
  },
  "homepage": "https://github.com/Brightspace/frau-local-appresolver",
  "dependencies": {
    "chalk": "^4",
    "cors": "^2",
    "deasync": "^0.1",
    "express": "^5",
    "serve-static": "^2",
    "yargs": "^18"
  },
  "devDependencies": {
    "chai": "^6",
    "eslint": "^9",
    "eslint-config-brightspace": "^2",
    "globals": "^17",
    "mocha": "^11"
  }
}
