{
  "name": "editor-api",
  "description": "Editor API",
  "version": "1.1.3",
  "homepage": "",
  "private": true,
  "main": "src",
  "keywords": [
    "feathers"
  ],
  "author": {
    "name": "Pierre Bader",
    "email": "pbader@metalmakers.co"
  },
  "contributors": [],
  "bugs": {},
  "directories": {
    "lib": "src",
    "test": "test/",
    "config": "config/"
  },
  "engines": {
    "node": "^12.0.0",
    "yarn": ">= 0.18.0"
  },
  "scripts": {
    "debug": "node --nolazy --inspect-brk=9229 src/",
    "test": "yarn run lint & yarn run coverage",
    "coverage": "npm run clean & SET NODE_ENV=test& nyc mocha test/ --recursive --exit",
    "lint": "eslint src/. test/. --config .eslintrc.json",
    "dev": "NODE_ENV=development nodemon src/",
    "start": "NODE_ENV=development node src/",
    "startTest": "NODE_ENV=test node src/",
    "startProd": "NODE_ENV=production node src/",
    "clean": "shx rm -rf test/data/",
    "mocha": "yarn run clean & SET NODE_ENV=test& mocha test/ --recursive --exit"
  },
  "standard": {
    "env": [
      "mocha"
    ],
    "ignore": []
  },
  "dependencies": {
    "@feathersjs/authentication": "^4.5.2",
    "@feathersjs/authentication-local": "^4.5.1",
    "@feathersjs/authentication-oauth": "^4.5.1",
    "@feathersjs/cli": "^4.5.0",
    "@feathersjs/configuration": "^4.5.1",
    "@feathersjs/errors": "^4.5.1",
    "@feathersjs/express": "^4.5.1",
    "@feathersjs/feathers": "^4.5.1",
    "@feathersjs/socketio": "^4.5.1",
    "@feathersjs/transport-commons": "^4.5.2",
    "async": "^3.2.0",
    "axios": "^0.19.2",
    "compression": "^1.7.4",
    "connect-history-api-fallback": "^1.6.0",
    "cors": "^2.8.5",
    "dxf": "^4.4.2",
    "dxf-writer": "^1.18.4",
    "feathers-hooks-common": "^5.0.5",
    "feathers-mongodb": "^6.3.0",
    "feathers-mongodb-fuzzy-search": "^2.0.1",
    "feathers-swagger": "^1.2.1",
    "fs-extra": "^9.0.0",
    "helmet": "^3.21.2",
    "image-size": "^1.0.1",
    "mongodb": "^3.5.3",
    "mongodb-core": "^3.2.7",
    "multer": "^1.4.2",
    "nyc": "^15.0.0",
    "paper": "^0.12.4",
    "paper-jsdom": "^0.12.4",
    "paperjs-offset": "^1.0.8",
    "shx": "^0.3.2",
    "util": "^0.12.2",
    "winston": "^3.0.0",
    "xml2js": "^0.4.23"
  },
  "devDependencies": {
    "chai": "*",
    "chai-http": "^4.3.0",
    "chai-string": "^1.5.0",
    "dirty-chai": "^2.0.1",
    "eslint": "^6.8.0",
    "mocha": "*",
    "nodemon": "^2.0.2"
  }
}
