async-selector-kit
Version:
An opinionated API to simplify using async-selector
49 lines (48 loc) • 1.14 kB
JSON
{
"name": "async-selector-kit",
"version": "3.0.2",
"description": "An opinionated API to simplify using async-selector",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/humflelump/async-selector-kit.git",
"scripts": {
"start": "tsc --watch",
"build": "tsc",
"test": "yarn build && jest",
"prepublish": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/humflelump/async-selector-kit.git"
},
"keywords": [
"async",
"selector",
"redux",
"reselect",
"react"
],
"author": "Mark Metzger markmetzger@utexas.edu",
"license": "MIT",
"babel": {
"presets": [
"es2015",
"react"
]
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"coveralls": "^2.13.1",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"typescript": "^3.6.3",
"underscore": "^1.9.0"
},
"dependencies": {
"async-selector": "^1.0.24",
"reselect": "^4.0.0"
}
}