UNPKG

@fairdatasociety/fdp-lokijs-adapter

Version:
79 lines (78 loc) 2.6 kB
{ "name": "@fairdatasociety/fdp-lokijs-adapter", "version": "0.1.0", "description": "fdp-storage LokiJS DB Adapter", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/fairDataSociety/fdp-lokijs-adapter.git" }, "browser": { "fs": false }, "scripts": { "prepare": "rimraf dist && npm run compile:types && npm run compile --env mode=production", "test": "jest --verbose", "test:unit": "jest --verbose --selectProjects=node:unit node:unit --config=jest.config.ts", "compile": "webpack --progress --env target=node", "compile:types": "tsc --emitDeclarationOnly --declaration --skipLibCheck", "lint": "eslint --fix \"src/**/*.ts\" && prettier --write \"src/**/*.ts\"", "lint:check": "eslint \"src/**/*.ts\" && prettier --check \"src/**/*.ts\"", "check:types": "tsc --project tsconfig.json --skipLibCheck" }, "keywords": [ "json", "beeson", "web3", "p2p", "swarm", "ethereum-swarm", "serialisation" ], "author": "Rogelio Morrell", "license": "MIT", "bugs": { "url": "https://github.com/fairDataSociety/fdp-lokijs-adapter/issues" }, "homepage": "https://github.com/fairDataSociety/fdp-lokijs-adapter#readme", "dependencies": { "@ethersphere/bee-js": "^1.2.1", "@ethersphere/swarm-cid": "^0.1.0", "@fairdatasociety/beeson": "^0.1.1", "@fairdatasociety/beeson-multiformats": "^1.0.3", "@fairdatasociety/fdp-storage": "^0.5.1", "@types/elliptic": "^6.4.14", "@types/lokijs": "^1.5.7", "elliptic": "^6.5.4", "keccak256": "^1.0.6", "lokijs": "^1.5.12", "multiformats": "^9.8.1" }, "devDependencies": { "@babel/core": "^7.17.8", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@types/jest": "^28.0.0", "@types/terser-webpack-plugin": "^5.2.0", "@types/webpack-bundle-analyzer": "^4.4.1", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0", "babel-jest": "^28.1.3", "babel-loader": "^8.2.4", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.1.3", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-unused-imports": "^2.0.0", "jest": "^28.1.3", "rimraf": "^3.0.2", "ts-jest": "^28.0.8", "ts-node": "^10.7.0", "typescript": "^4.6.3", "webpack": "^5.71.0", "webpack-bundle-analyzer": "^4.5.0", "webpack-cli": "^4.9.2" } }