UNPKG

zoroaster

Version:

A Modern Testing Framework For Node.js With Support For Test Contexts Which Can Be Reused Across Test Suites And Packages. Zoroaster Improves Developer Productivity And Experience With IDE Hints, And Test Reliability.

87 lines (86 loc) 2.36 kB
{ "name": "zoroaster", "version": "3.8.1", "description": "A Modern Testing Framework For Node.js With Support For Test Contexts Which Can Be Reused Across Test Suites And Packages. Zoroaster Improves Developer Productivity And Experience With IDE Hints, And Test Reliability.", "main": "build", "scripts": { "t": "node src/bin", "test": "yarn t test/spec test/mask -t 10000", "mask": "yarn t test/mask", "test-build": "ALAMODE_ENV=test-build yarn test", "test-all": "yarn-s test test-build", "b": "alamode src -o build -i bin/index.js -s", "doc": "NODE_DEBUG=doc doc documentary -o README.md", "build": "yarn-s d b doc", "d1": "NODE_DEBUG=doc doc src/lib/make-test-suite.js -g", "d": "yarn-s d1", "dev": "node src/bin", "lint": "eslint .", "example/simple.js": "node src/bin example/simple.js -b", "example/Zoroaster/": "node src/bin example/Zoroaster/test/spec -b" }, "files": [ "build", "assert.js" ], "bin": { "zoroaster": "build/bin/zoroaster.js" }, "repository": { "type": "git", "url": "git+https://github.com/artdecocode/zoroaster.git" }, "keywords": [ "zoroaster", "test", "testing", "context", "tdd", "mocha", "jest", "jasmine", "tape", "chai", "assert", "documentation", "IDE", "suggestions", "intellisense", "jsdoc" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/artdecocode/zoroaster/issues" }, "homepage": "https://github.com/artdecocode/zoroaster#readme", "dependencies": { "@artdeco/clean-stack": "1.0.1", "@zoroaster/fork": "1.1.0", "@zoroaster/reducer": "1.1.0", "alamode": "1.8.3", "argufy": "1.3.2", "assert-diff": "2.0.3", "assert-throws": "3.1.1", "catchment": "3.2.2", "erte": "1.1.6", "forkfeed": "1.0.0", "makepromise": "3.0.2", "mismatch": "1.0.3", "spawncommand": "2.1.0", "usually": "1.1.0" }, "devDependencies": { "@a-la/fixture-alamode": "1.0.0", "@a-la/fixture-babel": "1.0.0", "@depack/render": "1.1.4", "diff": "4.0.1", "documentary": "1.21.4", "erotic": "2.0.2", "eslint-config-artdeco": "1.0.1", "reloquent": "1.2.4", "snapshot-context": "2.0.4", "temp-context": "2.1.0", "yarn-s": "1.1.0" } }