{
  "name": "speedi",
  "version": "1.3.0",
  "description": "Speedy, all-in-one web application framework",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc -p tsconfig_npm.json",
    "clean": "rm -rf dist/",
    "prepare": "npm run clean && npm run build",
    "start": "node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/behroozk/speedi.git"
  },
  "keywords": [],
  "author": "Behrooz Kamali",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/behroozk/speedi/issues"
  },
  "homepage": "https://github.com/behroozk/speedi#readme",
  "typings": "dist/index.d.ts",
  "devDependencies": {
    "@types/compression": "^1.7.2",
    "@types/cors": "^2.8.12",
    "@types/helmet": "^4.0.0",
    "@types/json-schema": "^7.0.11",
    "@types/morgan": "^1.9.3",
    "@types/multer": "^1.4.7",
    "@types/node": "^18.7.9",
    "@types/redis": "^4.0.11",
    "tslint": "^6.1.3",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@types/express": "^4.17.13",
    "ajv": "^8.11.0",
    "ajv-formats": "^2.1.1",
    "axios": "^0.27.2",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "express": "^4.18.1",
    "helmet": "^5.1.1",
    "morgan": "^1.10.0",
    "multer": "^1.4.5-lts.1",
    "redis": "^4.2.0"
  }
}