{
  "name": "express-file-api",
  "version": "1.1.1",
  "description": "Quickly boot up an express server using the file-system",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shavyg2/file-express.git"
  },
  "bugs": {
    "url": "https://github.com/shavyg2/file-express/issues"
  },
  "homepage": "https://github.com/shavyg2/file-express#readme",
  "author": "Shavauhn Gabay",
  "keywords": [
    "express",
    "file api",
    "api",
    "server"
  ],
  "bin": {
    "express-file-api": "dist/bin/fe.js",
    "fe": "dist/bin/fe.js"
  },
  "main": "dist/lib/ExpressBootStap/ExpressBootstrap.js",
  "directories": {
    "example": "example",
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "jest",
    "build":"tsc"
  },
  "dependencies": {
    "@sindresorhus/is": "^1.2.0",
    "body-parser": "^1.19.0",
    "command-line-args": "^5.1.1",
    "command-line-usage": "^6.1.0",
    "cors": "^2.8.5",
    "escape-string-regexp": "^2.0.0",
    "lambda-method": "^1.0.8",
    "leven": "^3.1.0",
    "pkg-up": "^3.1.0",
    "regex-parser": "^2.2.10",
    "ts-node": "^8.5.4",
    "url-join": "^4.0.1",
    "utility-types": "^3.10.0"
  },
  "peerDependencies": {
    "express": "^4.17.1"
  },
  "devDependencies": {
    "@types/body-parser": "^1.17.1",
    "@types/command-line-args": "^5.0.0",
    "@types/command-line-usage": "^5.0.1",
    "@types/cors": "^2.8.6",
    "@types/express": "^4.17.2",
    "@types/jest": "^24.0.24",
    "@types/url-join": "^4.0.0",
    "express": "^4.17.1",
    "jest": "^24.9.0",
    "ts-jest": "^24.2.0",
    "typescript": "^3.7.4"
  }
}
