@goyaro/bresdk-mvp
Version:
Business Rules Engine
72 lines (71 loc) • 1.69 kB
JSON
{
"name": "@goyaro/bresdk-mvp",
"version": "0.0.1-development",
"description": "Business Rules Engine",
"license": "MIT",
"author": {
"name": "shurson.adam@gmail.com",
"email": "shurson.adam@gmail.com"
},
"repository": "https://github.com/shurson.adam@gmail.com/yaro-bresdk",
"engines": {
"node": ">=4"
},
"scripts": {
"start": "nps --no-scripts",
"precommit": "remove-lockfiles && lint-staged",
"test": "nps test",
"semantic-release": "semantic-release",
"build": "babel src -d build"
},
"main": "build/index.js",
"files": [
"build"
],
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"all-contributors-cli": "^4.5.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.8.0",
"eslint-config-airbnb-base": "12.0.2",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "2.7.0",
"flow-bin": "^0.56.0",
"flow-typed": "^2.2.0",
"husky": "^0.14.3",
"jest": "^24.7.1",
"lint-staged": "^4.2.3",
"nps": "^5.7.1",
"nps-utils": "^1.4.0",
"prettier": "^1.7.4",
"remove-lockfiles": "^1.4.1",
"semantic-release": "^15.13.3"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"jest": {
"testEnvironment": "node",
"collectCoverageFrom": [
"src/**/*.js"
]
},
"lint-staged": {
"src/**/*.js": [
"prettier --trailing-comma es5 --single-quote --write",
"eslint --fix",
"git add"
]
},
"keywords": [
"🐰"
],
"publishConfig": {
"access": "public"
}
}