@hpkv/rest-client
Version:
A NodeJS REST client for high-performance key-value store (HPKV)
60 lines (59 loc) • 1.62 kB
JSON
{
"name": "@hpkv/rest-client",
"version": "1.0.1",
"description": "A NodeJS REST client for high-performance key-value store (HPKV)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/src",
"README.md",
"LICENSE"
],
"homepage":"https://github.com/hpkv-io/rest-client/tree/develop/sdk/node#readme",
"bugs": {
"url": "https://github.com/hpkv-io/rest-client/issues",
"email": "support@hpkv.io"
},
"repository": {
"type": "git",
"url": "https://github.com/hpkv-io/rest-client.git"
},
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"format": "prettier --write \"**/*.ts\"",
"format:check": "prettier --check \"**/*.ts\"",
"check": "npm run lint && npm run format:check && npm run build && npm run test",
"example": "ts-node examples/example.ts"
},
"keywords": [
"key-value store",
"database",
"key value store",
"key value database",
"client sdk",
"high-performance key value",
"kv store",
"kv database",
"hpkv"
],
"author": "HPKV Team",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}