{
  "name": "jxp",
  "description:": "An opinionated RESTful API library based on Mongoose and Restify. Make an API by just writing Mongoose models.",
  "version": "3.0.0",
  "private": false,
  "main": "libs/jxp.js",
  "scripts": {
    "start": "node bin/server.js",
    "test": "mocha --timeout 1000 -b --exit",
    "wstest": "mocha test/wstest",
    "setup": "node bin/setup.js"
  },
  "bin": {
    "jxp": "bin/setup.js",
    "jxp-setup": "bin/setup.js",
    "jxp-add-admin": "bin/init_db.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/WorkSpaceMan/jxp.git"
  },
  "keywords": [
    "api",
    "mongoose"
  ],
  "author": "Jason Norwood-Young <jason@10layer.com> (https://github.com/j-norwood-young/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WorkSpaceMan/jxp/issues"
  },
  "dependencies": {
    "axios": "^1.8.4",
    "bcryptjs": "^3.0.2",
    "commander": "^13.1.0",
    "config": "^3.3.12",
    "dotenv": "^16.5.0",
    "glob": "11.0.1",
    "js-yaml": "4.1.0",
    "json2csv": "^5.0.7",
    "jsonwebtoken": "^9.0.2",
    "jstransformer-markdown-it": "^3.0.0",
    "jxp-helper": "^1.4.3",
    "mkdirp": "^3.0.1",
    "moment": "^2.30.1",
    "mongoose": "6.12.6",
    "mongoose-friendly": "^0.1.4",
    "morgan": "^1.10.0",
    "node-cache": "^5.1.2",
    "nodemailer": "^6.10.1",
    "nodemailer-smtp-transport": "^2.7.4",
    "path": "^0.12.7",
    "pug": "^3.0.3",
    "querystring": "^0.2.1",
    "rand-token": "^1.0.1",
    "readline-sync": "^1.4.10",
    "restify": "^11.1.0",
    "restify-cors-middleware2": "^2.2.1",
    "restify-errors": "^8.0.2",
    "traverse": "^0.6.11",
    "underscore": "^1.13.7",
    "ws": "^8.18.1"
  },
  "devDependencies": {
    "chai": "^4.3.10",
    "chai-http": "^4.4.0",
    "mocha": "^10.2.0",
    "moment": "^2.29.4",
    "should": "^13.2.3"
  }
}