zoroaster
Version:
The 2020 Most Modern Testing Framework For Node.JS With Test Contexts (Reusable BeforeEach / AfterEach Via Separate Files); Masks (Inputs/Outputs In Non-Js Files) And Fork Testing; Interactive Snapshots.
75 lines (74 loc) • 1.97 kB
JSON
{
"name": "zoroaster",
"version": "4.4.0",
"description": "The 2020 Most Modern Testing Framework For Node.JS With Test Contexts (Reusable BeforeEach / AfterEach Via Separate Files); Masks (Inputs/Outputs In Non-Js Files) And Fork Testing; Interactive Snapshots.",
"main": "depack/index.js",
"scripts": {
"scripts": "scripts"
},
"files": [
"depack",
"src/bin/index.js"
],
"bin": {
"zoroaster": "depack/bin/zoroaster.js",
"zoroaster-dev": "src/bin/index.js"
},
"repository": "gitlab:artdeco/contexttesting/zoroaster",
"keywords": [
"zoroaster",
"test",
"testing",
"context",
"tdd",
"chai",
"assert",
"documentation",
"IDE",
"suggestions",
"intellisense",
"jsdoc",
"import",
"export"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://gitlab.com/artdeco/issues/-/issues/",
"email": "incoming+artdeco-issues-17934443-issue-@incoming.gitlab.com"
},
"homepage": "https://www.contexttesting.com",
"dependencies": {
"@zoroaster/assert": "^1.1.1",
"@zoroaster/mask": "^2.7.1",
"alamode": "^3.7.1"
},
"devDependencies": {
"@a-la/fixture-alamode": "1.1.3",
"@a-la/fixture-babel": "1.2.2",
"@artdeco/clean-stack": "^1.2.1",
"@artdeco/erte": "^1.4.0",
"@artdeco/scripts.json": "^1.0.1",
"@depack/render": "1.4.0",
"@wrote/exists": "^1.0.5",
"@wrote/rm": "^1.1.5",
"@zoroaster/reducer": "^1.3.0",
"@zoroaster/types": "^1.0.0",
"argufy": "^1.7.5",
"catchment": "^3.3.0",
"documentary": "^1.38.1",
"erotic": "^2.1.1",
"eslint-config-artdeco": "1.0.1",
"makepromise": "^3.2.0",
"promto": "^1.2.0",
"reloquent": "^1.4.1",
"snapshot-context": "2.5.0",
"spawncommand": "^2.2.0",
"temp-context": "^2.2.0",
"usually": "^1.2.0",
"yarn-s": "1.2.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.com"
}
}