y-fdp-storage
Version:
fdp-storage database provider for Yjs
89 lines (88 loc) • 3.05 kB
JSON
{
"name": "y-fdp-storage",
"version": "0.2.13",
"description": "fdp-storage database provider for Yjs",
"main": "dist/index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"tsup": {
"entry": [
"src/index.ts"
],
"splitting": false,
"sourcemap": true,
"clean": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/molekilla/y-fdp-storage.git"
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs,iife --legacy-output",
"docs": "npx typedoc src/ --out docs --excludePrivate --excludeExternals --excludeProtected --excludePrivate --exclude '**/*.spec.ts' --exclude '**/*.test.ts' --exclude '**/*.spec.tsx' --exclude '**/*.test.tsx' --exclude '**/*.spec.js' --exclude '**/*.test.js'",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose",
"prepare": "rimraf dist && npm run compile:types && tsc && npm run build",
"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": [
"web3",
"swarm",
"ethereum-swarm"
],
"author": "Rogelio Morrell",
"bugs": {
"url": "https://github.com/molekilla/y-fdp-storage/issues"
},
"homepage": "https://github.com/molekilla/y-fdp-storage#readme",
"dependencies": {
"@ethersphere/bee-js": "^6.0.0-pre.2",
"@types/elliptic": "^6.4.14",
"elliptic": "^6.5.4",
"ethers": "^5.7.0",
"keccak256": "^1.0.6",
"multiformats": "^9.8.1",
"rxjs": "^7.8.0",
"yjs": "^13.5.48"
},
"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",
"@faker-js/faker": "^7.6.0",
"@jest/globals": "^29.3.1",
"@types/jest": "^28.1.8",
"@types/minio": "^7.0.15",
"@types/node": "^18.11.18",
"@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": "^29.3.1",
"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": "^29.3.1",
"jest-fetch-mock": "^3.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.7.0",
"tsup": "^6.7.0",
"typedoc": "^0.23.24",
"typescript": "^4.9.4",
"webpack": "^5.71.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2"
}
}