baset-baseliner-json
Version:
JSON baseliner plugin for BaseT project.
39 lines (38 loc) • 1.04 kB
JSON
{
"name": "baset-baseliner-json",
"version": "0.14.8",
"description": "JSON baseliner plugin for BaseT project.",
"author": "Ihor Chulinda <ichulinda@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:Igmat/baset.git"
},
"keywords": [
"baset-baseliner-json",
"baset-default-baseliner",
"baseline",
"unit-test",
"test",
"testing",
"e2e-test"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run tslint && tsc",
"watch": "npm run tslint && tsc -w",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"test": "baset",
"accept": "baset accept",
"doctoc": "doctoc README.md",
"prepublish": "npm run doctoc"
},
"devDependencies": {
"@types/node": "^10.10.0"
},
"dependencies": {
"baset-core": "^0.14.7"
},
"gitHead": "c95949ad77a8dab50239a27a8347631b2b7288ce"
}