{
    "name": "crawlee-storage-extensions",
    "version": "1.0.11",
    "description": "Package for Apify/Crawlee that allows to store encrypted text values into the Storages",
    "main": "./dist/index.js",
    "type": "module",
    "files": [
        "dist"
    ],
    "scripts": {
        "test": "jest",
        "build": "tsc"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/JJetmar/crawlee-storage-extensions.git"
    },
    "keywords": ["web-scraping", "apify", "crawlee", "storage", "extensions"],
    "author": "",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/JJetmar/crawlee-storage-extensions/issues"
    },
    "homepage": "https://github.com/JJetmar/crawlee-storage-extensions#readme",
    "devDependencies": {
        "@types/jest": "^29.2.6",
        "jest": "^28.1.3",
        "ts-jest": "^28.0.7",
        "typescript": "^4.7.4"
    },
    "jest": {
        "preset": "ts-jest",
        "testEnvironment": "node"
    }
}
