|
1 | 1 | { |
2 | 2 | "name": "@cypress/browserify-preprocessor", |
3 | 3 | "description": "Cypress preprocessor for bundling JavaScript via browserify", |
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-browserify-preprocessor/issues", |
7 | 7 | "engines": { |
|
31 | 31 | "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", |
32 | 32 | "test": "mocha", |
33 | 33 | "test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha", |
34 | | - "test-watch": "chokidar '*.js' 'test/*.js' -c 'npm test'" |
| 34 | + "test-watch": "chokidar '*.js' 'test/*.js' -c 'npm test'", |
| 35 | + "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post" |
35 | 36 | }, |
36 | 37 | "release": { |
37 | 38 | "verifyRelease": { |
|
43 | 44 | "ban-sensitive-files": "1.9.0", |
44 | 45 | "chai": "4.1.2", |
45 | 46 | "chokidar-cli": "1.2.0", |
| 47 | + "condition-circle": "1.5.0", |
46 | 48 | "dependency-check": "2.9.1", |
47 | 49 | "deps-ok": "1.2.1", |
48 | 50 | "dont-crack": "1.2.1", |
49 | 51 | "eslint": "4.6.1", |
50 | 52 | "eslint-plugin-cypress-dev": "1.0.0", |
51 | 53 | "eslint-plugin-mocha": "4.11.0", |
| 54 | + "github-post-release": "1.13.1", |
52 | 55 | "license-checker": "13.0.3", |
53 | 56 | "mocha": "3.5.0", |
54 | 57 | "mockery": "2.1.0", |
55 | 58 | "nsp": "2.7.0", |
| 59 | + "semantic-release": "8.2.0", |
| 60 | + "simple-commit-message": "3.3.1", |
56 | 61 | "sinon": "3.2.1", |
57 | 62 | "sinon-chai": "2.13.0" |
58 | 63 | }, |
|
67 | 72 | "debug": "3.0.1", |
68 | 73 | "fs-extra": "4.0.1", |
69 | 74 | "watchify": "3.9.0" |
| 75 | + }, |
| 76 | + "release": { |
| 77 | + "verifyConditions": "condition-circle", |
| 78 | + "analyzeCommits": "simple-commit-message", |
| 79 | + "generateNotes": "github-post-release", |
| 80 | + "verifyRelease": { |
| 81 | + "path": "dont-crack", |
| 82 | + "test-against": [] |
| 83 | + } |
70 | 84 | } |
71 | 85 | } |
0 commit comments