{
  "name": "efesto",
  "version": "0.17.5",
  "description": "",
  "main": "dist/index.js",
  "weapon": "Fulgur Iovis",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "jest",
    "release:minor": "npm run test && npm run build && standard-version --release-as minor && git push --follow-tags",
    "release:patch": "npm run test && npm run build && standard-version --release-as patch && git push --follow-tags",
    "release:major": "npm run test && npm run build && standard-version --release-as major && git push --follow-tags",
    "new-version": "sh new-version.sh"
  },
  "engines": {
    "node": ">= 12"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mabiloft/efesto.git"
  },
  "author": "mabiloft",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mabiloft/efesto/issues"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/mabiloft/efesto#readme",
  "devDependencies": {
    "@types/express": "^4.17.11",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.14.175",
    "@types/node": "^16.10.6",
    "@types/supertest": "^6.0.3",
    "jest": "^30.2.0",
    "standard-version": "^9.3.1",
    "supertest": "^7.1.4",
    "ts-jest": "^29.4.5",
    "tslib": "^2.5.3",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "@casl/ability": "^5.4.3",
    "@types/multer": "^1.4.7",
    "colors": "^1.4.0",
    "express": "^4.17.1",
    "express-promise-router": "^4.1.0",
    "express-validator": "^6.14.0",
    "lodash": "^4.17.21",
    "multer": "^2.0.2",
    "redis": "^4.0.3",
    "yaml": "^1.10.2"
  }
}
