|
1 | 1 | { |
2 | 2 | "name": "netlify-dev-plugin", |
3 | 3 | "description": "Netlify development tools plugin", |
4 | | - "version": "0.2.0", |
| 4 | + "version": "1.0.0-beta", |
5 | 5 | "author": "David Calavera @calavera", |
6 | 6 | "bugs": "https://github.com/netlify/netlify-dev-plugin/issues", |
7 | 7 | "dependencies": { |
|
12 | 12 | "@oclif/config": "^1", |
13 | 13 | "ascii-table": "0.0.9", |
14 | 14 | "boxen": "^3.0.0", |
| 15 | + "chalk": "^2.4.2", |
| 16 | + "chokidar": "^2.1.5", |
15 | 17 | "copy-template-dir": "^1.4.0", |
16 | 18 | "execa": "^1.0.0", |
17 | 19 | "fs-extra": "^7.0.1", |
|
23 | 25 | "inquirer-autocomplete-prompt": "^1.0.1", |
24 | 26 | "netlify": "2.4.1", |
25 | 27 | "node-fetch": "^2.3.0", |
26 | | - "opn": "^5.5.0", |
27 | 28 | "ora": "^3.4.0", |
28 | 29 | "safe-join": "^0.1.2", |
29 | 30 | "static-server": "^2.2.1", |
|
71 | 72 | }, |
72 | 73 | "repository": "netlify/netlify-dev-plugin", |
73 | 74 | "scripts": { |
| 75 | + "format": "npm run format:prettier -- --write", |
| 76 | + "format:prettier": "prettier \"{{src,test}/**/,}*.js\"", |
74 | 77 | "postpack": "rm -f oclif.manifest.json", |
75 | 78 | "posttest": "eslint .", |
76 | 79 | "prepack": "oclif-dev manifest && oclif-dev readme", |
| 80 | + "prepublishOnly": "git push && git push --tags && gh-release", |
77 | 81 | "test": "run-s test:*", |
78 | | - "test:mocha": "nyc mocha --forbid-only \"test/**/*.test.js\"", |
79 | 82 | "test:deps": "dependency-check ./package.json --entry \"src/commands/**/!(*.test).js\" --unused --missing --no-dev --no-peer -i @oclif/plugin-not-found -i @oclif/config -i @oclif/plugin-help -i @oclif/plugin-plugins", |
80 | | - "format": "npm run format:prettier -- --write", |
81 | | - "format:prettier": "prettier \"{{src,test}/**/,}*.js\"", |
82 | | - "version": "oclif-dev readme && auto-changelog -p --template keepachangelog && git add README.md CHANGELOG.md", |
83 | | - "prepublishOnly": "git push && git push --tags && gh-release" |
| 83 | + "test-skip:mocha": "nyc mocha --forbid-only \"test/**/*.test.js\"", |
| 84 | + "version": "oclif-dev readme && auto-changelog -p --template keepachangelog && git add README.md CHANGELOG.md" |
84 | 85 | } |
85 | 86 | } |
0 commit comments