stapp-select
Version:
Select module for stapp - modular state manager
63 lines (62 loc) • 1.79 kB
JSON
{
"name": "stapp-select",
"version": "2.6.0",
"description": "Select module for stapp - modular state manager",
"keywords": [
"state-management",
"state",
"reactive",
"microservice",
"epics",
"redux"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"author": "Eugenie Dasaev <jackensteiny@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/TinkoffCreditSystems/stapp/"
},
"homepage": "https://stapp.js.org/modules/select.html",
"bugs": "https://github.com/TinkoffCreditSystems/stapp/issues?q=is:issue+label:stapp-select",
"engines": {
"node": ">=8.0.0"
},
"license": "Apache-2.0",
"scripts": {
"build": "npm run build:module",
"build:module": "tsc",
"prebuild": "rimraf lib",
"update-all": "lernaupdate",
"test": "npm run test:lint && npm run test:jest",
"test:lint": "tslint -t verbose './src/**/*.ts' './src/**/*.tsx' -p ./tsconfig.json -c ./tslint.json",
"test:jest": "jest --config ./jest.config.json",
"test:ci": "npm run test:lint && jest --config ./jest.config.json --runInBand --coverage --coverageReporters=text-lcov"
},
"peerDependencies": {
"rxjs": ">=6",
"stapp": ">=2.6"
},
"devDependencies": {
"@types/jest": "^24.0.6",
"@types/node": "^11.9.4",
"babel-jest": "^24.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"jest": "^24.1.0",
"rxjs": ">= 6",
"stapp": "^2.6.0",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.2",
"tslib": "^1.9.3",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typescript": "^3.3.3"
}
}