{
    "name": "@nger/platform.express",
    "version": "1.1.10",
    "description": "> TODO: description",
    "author": "imeepos <1037483576@qq.com>",
    "homepage": "https://github.com/meepobrother/nger-platform#readme",
    "license": "ISC",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "directories": {
        "lib": "lib",
        "test": "__tests__"
    },
    "files": [
        "lib"
    ],
    "publishConfig": {
        "registry": "http://registry.npmjs.org",
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/meepobrother/nger-platform.git"
    },
    "scripts": {
        "start": "ts-node -r tsconfig-paths/register __tests__/index.ts"
    },
    "bugs": {
        "url": "https://github.com/meepobrother/nger-platform/issues"
    },
    "dependencies": {
        "@nger/core": "^1.8.12",
        "@nger/di": "^1.5.7",
        "@nger/platform.node": "^1.1.10",
        "compression": "^1.7.4",
        "cookie-parser": "^1.4.4",
        "cookie-session": "^1.3.3",
        "cors": "^2.8.5",
        "dotenv": "^8.2.0",
        "express": "^4.17.1",
        "multihashes": "^0.4.15",
        "serve-favicon": "^2.5.0"
    },
    "devDependencies": {
        "@types/compression": "^1.0.1",
        "@types/cookie-parser": "^1.4.2",
        "@types/cookie-session": "^2.0.37",
        "@types/cors": "^2.8.6",
        "@types/dotenv": "^8.2.0",
        "@types/express": "^4.17.2",
        "@types/serve-favicon": "^2.5.0"
    }
}
