| 
1 | 1 | {  | 
2 | 2 |   "name": "jest-component-snapshot",  | 
3 |  | -  "version": "0.1.3",  | 
 | 3 | +  "version": "0.0.0-semantically-released",  | 
4 | 4 |   "description": "Component snapshot testing made easy.",  | 
5 | 5 |   "author": "Mark Murray",  | 
6 | 6 |   "license": "MIT",  | 
 | 
19 | 19 |   "main": "./lib/index.js",  | 
20 | 20 |   "types": "./lib/index.d.ts",  | 
21 | 21 |   "scripts": {  | 
22 |  | -    "build": "rm -rf lib && mmm build",  | 
23 |  | -    "format": "mmm format",  | 
 | 22 | +    "build": "mmm build",  | 
 | 23 | +    "commit": "mmm commit",  | 
24 | 24 |     "jest": "mmm jest",  | 
25 |  | -    "prepare": "yarn build",  | 
26 |  | -    "test": "mmm coverage"  | 
 | 25 | +    "release": "mmm release",  | 
 | 26 | +    "test": "mmm test",  | 
 | 27 | +    "test:coverage": "mmm test:coverage",  | 
 | 28 | +    "test:lint": "mmm test:lint"  | 
27 | 29 |   },  | 
28 | 30 |   "peerDependencies": {  | 
29 | 31 |     "puppeteer": "*"  | 
30 | 32 |   },  | 
 | 33 | +  "dependencies": {  | 
 | 34 | +    "fs-extra": "^8.0.1",  | 
 | 35 | +    "jest-image-snapshot": "^2.8.2",  | 
 | 36 | +    "pretty": "^2.0.0",  | 
 | 37 | +    "tmp-promise": "^2.0.1",  | 
 | 38 | +    "yamljs": "^0.3.0"  | 
 | 39 | +  },  | 
31 | 40 |   "devDependencies": {  | 
32 | 41 |     "@emotion/core": "^10.0.10",  | 
33 |  | -    "@emotion/styled": "^10.0.11",  | 
 | 42 | +    "@emotion/styled": "^10.0.12",  | 
34 | 43 |     "@types/fs-extra": "^7.0.0",  | 
35 |  | -    "@types/node": "^12.0.4",  | 
36 | 44 |     "@types/pretty": "^2.0.0",  | 
37 | 45 |     "@types/puppeteer": "^1.12.4",  | 
38 |  | -    "@types/react": "^16.8.19",  | 
39 |  | -    "@types/react-dom": "^16.8.4",  | 
40 | 46 |     "@types/yamljs": "^0.2.30",  | 
41 |  | -    "mmm-scripts": "^0.0.20",  | 
42 |  | -    "prettier": "^1.17.1",  | 
43 |  | -    "puppeteer": "^1.17.0",  | 
 | 47 | +    "mmm-scripts": "^0.4.2",  | 
 | 48 | +    "puppeteer": "^1.18.0",  | 
44 | 49 |     "react": "^16.8.6",  | 
45 | 50 |     "react-dom": "^16.8.6"  | 
46 | 51 |   },  | 
47 |  | -  "dependencies": {  | 
48 |  | -    "fs-extra": "^8.0.1",  | 
49 |  | -    "jest-image-snapshot": "^2.8.2",  | 
50 |  | -    "pretty": "^2.0.0",  | 
51 |  | -    "tmp-promise": "^2.0.1",  | 
52 |  | -    "yamljs": "^0.3.0"  | 
53 |  | -  }  | 
 | 52 | +  "commitlint": {  | 
 | 53 | +    "extends": [  | 
 | 54 | +      "@commitlint/config-conventional"  | 
 | 55 | +    ]  | 
 | 56 | +  },  | 
 | 57 | +  "config": {  | 
 | 58 | +    "commitizen": {  | 
 | 59 | +      "path": "./node_modules/cz-conventional-changelog"  | 
 | 60 | +    }  | 
 | 61 | +  },  | 
 | 62 | +  "eslintConfig": {  | 
 | 63 | +    "extends": "eslint-config-mmm/ts-react"  | 
 | 64 | +  },  | 
 | 65 | +  "husky": {  | 
 | 66 | +    "hooks": {  | 
 | 67 | +      "commit-msg": "mmm precommit"  | 
 | 68 | +    }  | 
 | 69 | +  },  | 
 | 70 | +  "prettier": "mmm-scripts/prettier.config"  | 
54 | 71 | }  | 
0 commit comments