react-rxjs/package.json
Josep M Sobrepere d84dfd0b41 v0.2.0-alpha.6
2020-06-29 03:05:57 +02:00

68 lines
1.5 KiB
JSON

{
"version": "0.2.0-alpha.6",
"bundlesize": [
{
"path": "./dist/re-rxjs.cjs.production.min.js",
"maxSize": "6 kB",
"compression": "none"
}
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/re-rxjs/re-rxjs.git"
},
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"coverage": "codecov",
"test": "tsdx test --passWithNoTests --coverage",
"test:ci": "npm run test && npm run coverage && bundlesize",
"lint": "tsdx lint",
"prepare": "tsdx build"
},
"peerDependencies": {
"react": ">=16.8.0",
"rxjs": ">=6"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": false,
"trailingComma": "all"
},
"name": "re-rxjs",
"author": "Josep M Sobrepere",
"module": "dist/re-rxjs.esm.js",
"devDependencies": {
"@josepot/rxjs-utils": "^0.12.0",
"@testing-library/react": "^10.4.3",
"@testing-library/react-hooks": "^3.3.0",
"@types/jest": "^26.0.3",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"bundlesize": "^0.18.0",
"codecov": "^3.7.0",
"husky": "^4.2.5",
"jest-marbles": "^2.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-native": "^0.62.2",
"react-test-renderer": "^16.13.1",
"rxjs": "^6.5.5",
"tsdx": "^0.13.2",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
}
}