baset
Version:
Tool for testing using baseline strategy.
38 lines (37 loc) • 849 B
JSON
{
"name": "baset",
"version": "0.14.8",
"description": "Tool for testing using baseline strategy.",
"keywords": [
"baset",
"cli",
"baseline",
"unit-test",
"test",
"testing",
"e2e-test"
],
"author": "Ihor Chulinda <ichulinda@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:Igmat/baset.git"
},
"bin": {
"baset": "./bin/index.js"
},
"scripts": {
"prepublish": "node ./scripts/prepublish.js"
},
"dependencies": {
"baset-baseliner-json": "^0.14.8",
"baset-cli": "^0.14.7"
},
"devDependencies": {
"@types/node": "^10.10.0"
},
"yargs": {
"dot-notation": false
},
"gitHead": "c95949ad77a8dab50239a27a8347631b2b7288ce"
}