|
1 | 1 | { |
2 | 2 | "name": "@cypress/webpack-preprocessor", |
3 | 3 | "description": "Cypress preprocessor for bundling JavaScript via webpack", |
4 | | - "version": "0.0.1", |
| 4 | + "version": "0.0.0-development", |
5 | 5 | "author": "Chris Breiding <chris@cypress.io>", |
6 | 6 | "bugs": "https://github.com/cypress-io/cypress-webpack-preprocessor/issues", |
7 | 7 | "engines": { |
|
30 | 30 | "secure": "nsp check", |
31 | 31 | "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", |
32 | 32 | "test": "mocha", |
33 | | - "test-watch": "chokidar '*.js' 'test/*.js' -c 'npm test'" |
| 33 | + "test-watch": "chokidar '*.js' 'test/*.js' -c 'npm test'", |
| 34 | + "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
34 | 35 | }, |
35 | 36 | "devDependencies": { |
36 | 37 | "babel-preset-env": "1.6.0", |
37 | 38 | "babel-preset-react": "6.24.1", |
38 | 39 | "ban-sensitive-files": "1.9.0", |
39 | 40 | "chai": "4.1.2", |
40 | 41 | "chokidar-cli": "1.2.0", |
| 42 | + "condition-circle": "1.5.0", |
41 | 43 | "dependency-check": "2.9.1", |
42 | 44 | "deps-ok": "1.2.1", |
43 | 45 | "dont-crack": "1.2.1", |
44 | 46 | "eslint": "4.6.1", |
45 | 47 | "eslint-plugin-cypress-dev": "1.0.0", |
46 | 48 | "eslint-plugin-mocha": "4.11.0", |
| 49 | + "github-post-release": "1.13.1", |
47 | 50 | "license-checker": "13.0.3", |
48 | 51 | "mocha": "3.5.0", |
49 | 52 | "mockery": "2.1.0", |
50 | 53 | "nsp": "2.7.0", |
| 54 | + "semantic-release": "8.2.0", |
| 55 | + "simple-commit-message": "3.3.1", |
51 | 56 | "sinon": "3.2.1", |
52 | 57 | "sinon-chai": "2.13.0" |
53 | 58 | }, |
|
57 | 62 | "bluebird": "3.5.0", |
58 | 63 | "debug": "3.0.1", |
59 | 64 | "webpack": "3.6.0" |
| 65 | + }, |
| 66 | + "release": { |
| 67 | + "verifyConditions": "condition-circle", |
| 68 | + "analyzeCommits": "simple-commit-message", |
| 69 | + "generateNotes": "github-post-release", |
| 70 | + "verifyRelease": { |
| 71 | + "path": "dont-crack", |
| 72 | + "test-against": [] |
| 73 | + } |
60 | 74 | } |
61 | 75 | } |
0 commit comments