UNPKG

@fairdatasociety/fairdrive-opfs

Version:

Fairdrive OPFS - integrate data sources from Web 2.0 or Web 3.0

76 lines (75 loc) 2.84 kB
{ "name": "@fairdatasociety/fairdrive-opfs", "version": "0.1.6", "description": "Fairdrive OPFS - integrate data sources from Web 2.0 or Web 3.0 ", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/fairDataSociety/fairdrive-opfs.git" }, "scripts": { "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", "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", "license": "MIT", "bugs": { "url": "https://github.com/fairDataSociety/fairdrive-opfs/issues" }, "homepage": "https://github.com/fairDataSociety/fairdrive-opfs#readme", "dependencies": { "dotenv": "^16.0.3", "fetch-blob": "^3.2.0", "file-system-access": "^1.0.4", "formdata-polyfill": "^4.0.10", "ipfs-http-client": "^60.0.0", "minio": "^7.0.32", "node-fetch": "^2.6.9", "rxjs": "^7.8.0" }, "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", "typedoc": "^0.23.24", "typescript": "^4.9.4", "webpack": "^5.71.0", "webpack-bundle-analyzer": "^4.5.0", "webpack-cli": "^4.9.2" } }