{
    "author": {
        "email": "robin@naturewake.com",
        "name": "Robin Sun"
    },
    "bugs": {
        "url": "https://github.com/robin-98/sardines.service-driver.http.js/issues"
    },
    "dependencies": {
        "@types/isomorphic-fetch": "0.0.35",
        "@types/node": "^12.7.1",
        "cross-fetch": "^3.0.4",
        "querystring": "^0.2.0",
        "sardines-core": "*",
        "typescript": "^3.4.5"
    },
    "description": "This is a built-in service driver for sardines.js",
    "devDependencies": {
        "source-map-loader": "^0.2.4",
        "ts-loader": "^6.0.4",
        "webpack": "^4.39.1",
        "webpack-cli": "^3.3.6"
    },
    "homepage": "https://github.com/robin-98/sardines.service-driver.http.js#readme",
    "keywords": [
        "Free-to-Decompose",
        "distributed",
        "framework",
        "FaaS"
    ],
    "license": "ISC",
    "browser": "lib/bundle.js",
    "main": "lib/index.js",
    "type": "lib/index.d.ts",
    "name": "sardines-service-driver-http",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/robin-98/sardines.service-driver.http.js.git"
    },
    "scripts": {
        "webpack": "npm run clear && webpack-cli --config webpack.config.js",
        "build": "npm run clear && npm run webpack && tsc --build tsconfig.json",
        "prepublish": "npm run build",
        "clear": "rm -rf lib/*"
    },
    "version": "1.0.33"
}
