{
    "name": "isomor-server",
    "version": "3.0.4",
    "main": "dist/lib/index.js",
    "types": "dist/lib/index.d.ts",
    "author": "Alexandre Piel <alexandre.piel@gmail.com>",
    "license": "MIT",
    "bin": "dist/bin/server.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/apiel/isomor"
    },
    "engines": {
        "node": ">=11"
    },
    "scripts": {
        "prepublishOnly": "cp ../../Readme.sub.md ./README.md && yarn build",
        "start-example": "ISOMOR_DIST_SERVER_FOLDER=../example/react/dist-server yarn start",
        "start": "ts-node src/bin/server.ts",
        "prebuild": "rm -rf dist/",
        "build": "tsc -p tsconfig.json && chmod +x dist/bin/server.js"
    },
    "dependencies": {
        "ajv": "^6.12.2",
        "body-parser": "^1.18.3",
        "cookie-parser": "^1.4.5",
        "esm": "^3.2.25",
        "express": "^4.17.1",
        "fs-extra": "^9.0.0",
        "isomor": "^3.0.4",
        "isomor-core": "^3.0.0",
        "logol": "^0.0.3",
        "morgan": "^1.10.0",
        "please-upgrade-node": "^3.2.0",
        "swagger-ui-express": "^4.1.4",
        "typescript": "^3.8.3",
        "ws": "^7.2.5"
    },
    "devDependencies": {
        "@types/ajv": "^1.0.0",
        "@types/body-parser": "^1.19.0",
        "@types/cookie-parser": "^1.4.2",
        "@types/express-serve-static-core": "^4.17.5",
        "@types/fs-extra": "^8.1.0",
        "@types/morgan": "^1.9.0",
        "@types/node": "^13.13.4",
        "@types/rimraf": "^3.0.0",
        "@types/swagger-ui-express": "^4.1.2",
        "@types/ws": "^7.2.4",
        "rimraf": "^3.0.2",
        "ts-node": "^8.10.1"
    },
    "gitHead": "6746b53ccb7827ad58b6fef8411dfd8f7efd9da1"
}
