{
    "name": "lickety-split",
    "version": "0.0.8",
    "description": "Lighting fast webserver framework",
    "main": "dist/index.js",
    "scripts": {
        "dev": "tsc -w & nodemon -q -w dist",
        "build": "tsc",
        "test": "jest",
        "test:dev": "jest --watchAll"
    },
    "keywords": [],
    "author": "",
    "license": "MIT",
    "devDependencies": {
        "@types/express": "^4.17.13",
        "@types/jest": "^27.0.3",
        "@types/supertest": "^2.0.11",
        "jest": "^27.4.3",
        "nodemon": "^2.0.15",
        "supertest": "^6.1.6",
        "ts-jest": "^27.0.5",
        "typescript": "^4.4.3"
    },
    "dependencies": {
        "express": "^4.17.1",
        "parse-multipart-data": "^1.2.1"
    }
}
