humpty
Version:
Makes sure your changelogs mention your breaking changes
45 lines (44 loc) • 1.35 kB
JSON
{
"name": "humpty",
"version": "0.0.2",
"description": "Makes sure your changelogs mention your breaking changes",
"main": "dist/index.js",
"scripts": {
"build": "babel -d dist src",
"build:watch": "babel -d dist -w src",
"start": "node ./dist/index.js",
"start:dev": "babel-node ./src/index.js",
"start:dev:watch": "nodemon --exec 'npm run start:dev'",
"test": "jest"
},
"keywords": ["semver", "breaking", "change"],
"author": "Ben Gummer <bengummer@gmail.com>",
"license": "ISC",
"bin": {
"humpty": "./dist/index.js"
},
"dependencies": {
"babylon": "^6.18.0",
"lodash": "^4.17.4",
"meow": "^3.7.0",
"react-docgen": "^2.17.0",
"simple-git": "^1.75.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-prettier": "^2.1.2",
"jest": "^20.0.4",
"nodemon": "^1.11.0",
"prettier": "^1.5.3"
}
}