UNPKG

@bahmutov/data-driven

Version:

Transforms BDD input into data-driven snapshot

98 lines 2.57 kB
{ "name": "@bahmutov/data-driven", "description": "Transforms BDD input into data-driven snapshot", "version": "1.0.0", "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "bugs": "https://github.com/bahmutov/data-driven/issues", "config": { "pre-git": { "commit-msg": "simple", "pre-commit": [ "npm prune", "npm run deps", "npm test", "git add src/*.js", "npm run ban" ], "pre-push": [ "npm run secure", "npm run license", "npm run ban -- --all", "npm run size" ], "post-commit": [], "post-merge": [] } }, "engines": { "node": ">=6" }, "files": [ "src/*.js", "!src/*-spec.js" ], "homepage": "https://github.com/bahmutov/data-driven#readme", "keywords": [ "bdd", "data-driven", "mocha", "testing", "utility" ], "license": "MIT", "main": "src/", "publishConfig": { "registry": "http://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/bahmutov/data-driven.git" }, "scripts": { "ban": "ban", "deps": "deps-ok && dependency-check --no-dev .", "issues": "git-issues", "license": "license-checker --production --onlyunknown --csv", "lint": "standard --verbose --fix src/*.js", "prelint": "npm run pretty", "pretest": "npm run lint", "pretty": "prettier-standard 'src/*.js'", "secure": "nsp check", "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "test": "npm run unit", "unit": "mocha src/*-spec.js", "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post" }, "release": { "analyzeCommits": "simple-commit-message", "generateNotes": "github-post-release", "verifyRelease": { "path": "dont-crack", "test-against": [ "https://github.com/bahmutov/snap-shot", "https://github.com/bahmutov/snap-shot-it" ] } }, "devDependencies": { "ban-sensitive-files": "1.9.0", "dependency-check": "2.9.1", "deps-ok": "1.2.1", "dont-crack": "1.2.1", "git-issues": "1.3.1", "github-post-release": "1.13.1", "license-checker": "14.0.0", "mocha": "3.5.0", "nsp": "2.7.0", "pre-git": "3.15.3", "prettier-standard": "6.0.0", "ramda": "0.24.1", "semantic-release": "7.0.2", "simple-commit-message": "3.3.1", "standard": "10.0.3" }, "dependencies": { "check-more-types": "2.24.0", "lazy-ass": "1.6.0" } }