{ "name": "@crawlee/memory-storage", "version": "3.17.0", "description": "A simple in-memory storage implementation of the Apify API", "engines": { "node": ">= 16" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "keywords": [ "apify", "api", "memory" ], "author": { "name": "Apify", "email": "support@apify.com", "url": "https://apify.com" }, "contributors": [ "Vlad Frangu " ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/apify/crawlee" }, "bugs": { "url": "https://github.com/apify/crawlee/issues" }, "homepage": "https://crawlee.dev", "scripts": { "build": "yarn clean && yarn compile && yarn copy", "clean": "rimraf ./dist", "compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./dist/index.js ./dist/index.mjs", "copy": "tsx ../../scripts/copy.ts" }, "publishConfig": { "access": "public" }, "dependencies": { "@apify/log": "^2.4.0", "@crawlee/types": "3.17.0", "@sapphire/async-queue": "^1.5.0", "@sapphire/shapeshift": "^3.0.0", "content-type": "^1.0.4", "fs-extra": "^11.0.0", "json5": "^2.2.3", "mime-types": "^2.1.35", "p-limit": "^3.1.0", "proper-lockfile": "^4.1.2", "tslib": "^2.4.0" } }