upstash-redis-level
Version:
@upstash/redis backed abstract-level database for Node.js
63 lines (62 loc) • 1.62 kB
JSON
{
"name": "upstash-redis-level",
"description": "@upstash/redis backed abstract-level database for Node.js",
"version": "1.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"keywords": [
"level",
"leveldb",
"leveldown",
"levelup",
"memory",
"upstash",
"redis"
],
"bugs": {
"url": "https://github.com/tinacms/upstash-redis-level/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tinacms/upstash-redis-level.git"
},
"files": [
"dist/index.js",
"dist/index.d.ts",
"CHANGELOG.md",
"README.md",
"build"
],
"scripts": {
"build": "tinacms-scripts build",
"test": "jest --coverage",
"test:suite": "pnpm run build && node ./src/suite.test.js",
"types": "tsc",
"version": "pnpm exec changeset version",
"version:snapshot": "pnpm exec changeset version --snapshot",
"publish": "npm publish -r --no-git-checks --access public",
"publish:beta": "npm publish -r --tag beta --no-git-checks --access public"
},
"dependencies": {
"module-error": "^1.0.2",
"abstract-level": "^1.0.3",
"@upstash/redis": "1.24.3"
},
"devDependencies": {
"@tinacms/scripts": "^1.0.0",
"@types/jest": "^29.2.4",
"@types/node": "^16.7.13",
"@types/tape": "^5.6.0",
"@changesets/cli": "2.24.3",
"isomorphic-fetch": "3.0.0",
"jest": "^29.2.4",
"jest-environment-node": "^29.2.2",
"tape": "^5.6.3",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}