ipfs-observed-remove
Version:
[](https://circleci.com/gh/wehriam/ipfs-observed-remove) [](http://badge.fury.io/js/ipfs-observed-remove) [![co
71 lines (70 loc) • 2.33 kB
JSON
{
"name": "ipfs-observed-remove",
"version": "2.2.31",
"main": "dist/index.js",
"repository": "git@github.com:wehriam/ipfs-observed-remove",
"author": "John Wehr <johnwehr@gmail.com>",
"license": "MIT",
"scripts": {
"build": "rm -rf ./dist; flow-remove-types ./src --out-dir ./dist && flow-copy-source ./src ./dist",
"flow-typed": "./node_modules/.bin/flow-typed install --overwrite",
"test": "yarn lint && yarn test:js",
"test:js": "cross-env NODE_ENV=test jest tests",
"lint": "npm run lint:js && npm run lint:flow",
"lint:js": "eslint -c ./.eslintrc --no-eslintrc --fix .",
"lint:flow": "flow --show-all-errors",
"coverage": "codecov",
"documentation": "documentation readme dist/set.js --section='Set API' && documentation readme dist/map.js --section='Map API'"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint && yarn documentation && yarn build && git add dist"
}
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"collectCoverageFrom": [
"src/*.js"
]
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"babel-eslint": "^10.1.0",
"codecov": "^3.6.5",
"cross-env": "^7.0.2",
"documentation": "^12.3.0",
"eslint": "^6.8.0",
"eslint-config-bunchtogether": "^1.1.6",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-flowtype-errors": "^4.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"expect": "^25.3.0",
"flow-bin": "^0.122.0",
"flow-copy-source": "^2.0.9",
"flow-remove-types": "^2.122.0",
"flow-typed": "^3.1.0",
"go-ipfs-dep": "github:ipfs/npm-go-ipfs-dep#master",
"husky": "^4.2.5",
"ipfs-http-client": "^43.0.1",
"ipfsd-ctl": "^3.0.0",
"jest": "^25.3.0",
"node-rsa": "^1.0.8",
"uuid": "^7.0.3"
},
"dependencies": {
"async-iterable-to-readable-stream": "^1.0.0",
"json-stringify-deterministic": "^1.0.1",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"observed-remove": "2.2.26",
"p-queue": "^6.3.0",
"pako": "^1.0.11",
"stream-json": "^1.3.3"
}
}