@komondor-lab/core
Version:
Komondor core library
41 lines (40 loc) • 900 B
JSON
{
"name": "@komondor-lab/core",
"version": "7.0.0-alpha",
"description": "Komondor core library",
"keywords": [
"boundary",
"boundary-testing",
"fixture",
"testing",
"testing-framework",
"testing-tools"
],
"homepage": "https://github.com/unional/komondor",
"bugs": {
"url": "https://github.com/unional/komondor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/unional/komondor.git"
},
"license": "MIT",
"author": {
"name": "Homa Wong",
"email": "homawong@gmail.com"
},
"files": [
"lib"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"clibuilder": "^2.4.1",
"is-node": "^1.0.2"
},
"devDependencies": {
"komondor-plugin-fixture-deep-link": "^1.0.0",
"komondor-plugin-fixture-dummy": "^1.0.0",
"komondor-plugin-fixture-no-activate": "^1.0.0"
}
}