{
    "name": "everstorage",
    "version": "1.13.70",
    "author": "Pavol Hejný <me@pavolhejny.com> (https://pavolhejny.com)",
    "description": "The library was written for uniting API of various browser and cloud storage services.",
    "main": "./dist/index.js",
    "types": "./dist/typings/src/index.d.ts",
    "files": [
        "dist/**"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/hejny/everstorage"
    },
    "keywords": [],
    "license": "SEE LICENSE IN LICENSE",
    "scripts": {
        "preversion": "npm test && npm run lint && npm run generate-main-exports-commit && npm run build && npm run documentation-commit",
        "postversion": "git push && git push --tags && npm publish",
        "build": "rm -r dist && webpack --config webpack.production.config.js",
        "develop-samples-server": "ts-node ./samples/_server.ts",
        "develop-build": "onchange \"src/**/*.{ts,tsx}\" --initial --kill --delay 500  -- webpack --config webpack.development.config.js",
        "documentation": "typedoc --excludePrivate --hideGenerator --theme default --out docs --name \"Everstorage\" ./src",
        "documentation-commit": "git diff --exit-code && npm run documentation && git add docs && git commit --allow-empty -m \"Documentation\"",
        "test": "jest --config jestconfig.json",
        "test-watch": "jest --config jestconfig.json --watchAll",
        "lint": "tslint -p tsconfig.json",
        "generate-main-exports": "ts-node ./scripts/generate-main-exports/generate-main-exports.ts",
        "generate-main-exports-commit": "git diff --exit-code && npm run generate-main-exports && git add src && git commit --allow-empty -m \"Updating exports\""
    },
    "devDependencies": {
        "@types/express": "4.17.13",
        "@types/jest": "27.4.0",
        "@types/serve-index": "1.9.1",
        "@types/serve-static": "1.13.10",
        "@types/uuid": "8.3.4",
        "codecov": "3.8.2",
        "destroyable": "0.12.73",
        "express": "4.17.2",
        "glob-promise": "4.2.2",
        "jest": "27.4.7",
        "onchange": "7.1.0",
        "open": "8.4.0",
        "rxjs": "7.5.2",
        "serve-index": "1.9.1",
        "serve-static": "1.14.2",
        "ts-jest": "27.1.3",
        "ts-loader": "9.2.6",
        "ts-node": "10.4.0",
        "tslint": "5.20.1",
        "tslint-config-prettier": "1.18.0",
        "type-fest": "2.19.0",
        "typedoc": "0.22.11",
        "typescript": "4.5.5",
        "waitasecond": "1.11.92",
        "webpack": "5.67.0",
        "webpack-cli": "4.9.2"
    },
    "funding": [
        {
            "type": "individual",
            "url": "https://buymeacoffee.com/hejny"
        },
        {
            "type": "github",
            "url": "https://github.com/hejny/everstorage/blob/main/README.md#%EF%B8%8F-contributing"
        }
    ]
}
