{
  "name": "mythix",
  "version": "4.1.0",
  "description": "Mythix is a NodeJS web-app framework",
  "main": "lib/index.mjs",
  "type": "module",
  "scripts": {
    "test": "node ./node_modules/.bin/jasmine",
    "test-watch": "watch 'clear ; node --trace-warnings ./node_modules/.bin/jasmine' . --wait=3 --interval=1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/th317erd/mythix.git"
  },
  "keywords": [],
  "author": "Wyatt Greenway",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/th317erd/mythix/issues"
  },
  "homepage": "https://github.com/th317erd/mythix#readme",
  "devDependencies": {
    "@spothero/eslint-plugin-spothero": "github:spothero/eslint-plugin-spothero",
    "@types/node": "^20.3.1",
    "colors": "^1.4.0",
    "diff": "^5.1.0",
    "eslint": "^8.42.0",
    "jasmine": "^5.0.1"
  },
  "dependencies": {
    "@types/express": "^4.17.17",
    "cmded": "^1.2.5",
    "express": "^4.18.2",
    "express-busboy": "github:th317erd/express-busboy#0754a570d7979097b31e48655b80d3fcd628d4e4",
    "form-data": "^4.0.0",
    "luxon": "^3.3.0",
    "micromatch": "^4.0.5",
    "mythix-orm": "^1.14.1",
    "nife": "^1.12.1",
    "prompts": "^2.4.2"
  }
}
