react-rxjs/packages/utils/package.json
2020-07-20 23:49:50 +02:00

67 lines
1.5 KiB
JSON

{
"version": "0.1.0-alpha.0",
"bundlesize": [
{
"path": "./dist/utils.cjs.production.min.js",
"maxSize": "5 kB",
"compression": "none"
}
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
},
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"build:ci": "yarn build && bundlesize",
"coverage": "codecov",
"test": "tsdx test --passWithNoTests --coverage",
"test:ci": "yarn test && yarn coverage",
"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": "@react-rxjs/utils",
"author": "Josep M Sobrepere",
"module": "dist/react-rxjs/utils.esm.js",
"devDependencies": {
"@testing-library/react": "^10.4.6",
"@testing-library/react-hooks": "^3.3.0",
"@types/jest": "^26.0.5",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"bundlesize": "^0.18.0",
"codecov": "^3.7.1",
"husky": "^4.2.5",
"jest-marbles": "^2.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"rxjs": "^6.6.0",
"tsdx": "^0.13.2",
"tslib": "^2.0.0",
"typescript": "^3.9.7"
}
}