harmonyc
Version:
Harmony Code - model-driven BDD for Vitest
48 lines (47 loc) • 1.01 kB
JSON
{
"name": "harmonyc",
"description": "Harmony Code - model-driven BDD for Vitest",
"version": "0.16.4",
"author": "Bernát Kalló",
"type": "module",
"bin": {
"harmonyc": "./cli.js"
},
"exports": {
"./vitest": {
"types": "./vitest/index.d.ts",
"default": "./vitest/index.js"
}
},
"homepage": "https://github.com/harmony-ac/code#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/harmony-ac/code.git"
},
"bugs": {
"url": "https://github.com/harmony-ac/code/issues"
},
"dependencies": {
"fast-glob": "^3.3.2",
"tinyrainbow": "1",
"typescript-parsec": "0.3.4",
"watcher": "^2.3.1"
},
"license": "MIT",
"keywords": [
"unit test",
"unit testing",
"bdd",
"behavior-driven",
"test design",
"test design automation",
"harmony.ac",
"test framework",
"model-based test",
"model-based testing",
"test model",
"test modeling",
"test modelling",
"vitest"
]
}