react-smoke-test-gen
Version:
Automatically generate smoke test for each variation of your component props
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "react-smoke-test-gen",
"version": "0.0.14",
"description": "Automatically generate smoke test for each variation of your component props",
"keywords": [
"react",
"enzyme",
"test"
],
"main": "lib/index.js",
"author": "nickmaltsev maltsnikolay@gmail.com",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "rimraf lib && babel src --out-dir lib",
"prepublish": "yarn build && pkg-ok",
"precommit": "yarn test"
},
"dependencies": {
"js-combinatorics": "^0.5.2",
"lodash.flow": "^3.5.0",
"lodash.frompairs": "^4.0.1",
"lodash.groupby": "^4.6.0",
"lodash.keyby": "^4.6.0",
"lodash.map": "^4.6.0",
"lodash.topairs": "^4.3.0",
"react-docgen": "^2.15.0",
"unquote": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"husky": "^0.13.3",
"jest": "^20.0.1",
"pkg-ok": "^1.1.0",
"react": "^15.5.4",
"rimraf": "^2.6.1"
},
"peerDependencies": {
"react": "*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}