react-combine-providers
Version:
Avoid flying ducks in react providers tree
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "react-combine-providers",
"version": "0.9.6",
"description": "Avoid flying ducks in react providers tree",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --declaration"
},
"repository": {
"type": "git",
"url": "git+https://github.com/epranka/react-combine-providers.git"
},
"keywords": [
"react",
"reactjs",
"combine",
"providers",
"javascript",
"es6",
"typescript"
],
"author": "Edvinas Pranka (@epranka, https://www.kodmina.lt)",
"license": "ISC",
"bugs": {
"url": "https://github.com/epranka/react-combine-providers/issues"
},
"homepage": "https://github.com/epranka/react-combine-providers#readme",
"peerDependencies": {
"react": ">=16"
},
"devDependencies": {
"@types/react": "^16.8.3",
"typescript": "3.2.0-dev.20181006"
}
}