UNPKG

snapshot-context

Version:

A context for zoroaster which enables snapshot testing.

51 lines (50 loc) 1.25 kB
{ "name": "snapshot-context", "version": "2.5.0", "description": "A context for zoroaster which enables snapshot testing.", "main": "build/index.js", "module": "src/index.js", "scripts": { "scripts": "scripts" }, "files": [ "build", "src" ], "repository": "gitlab:artdeco/contexttesting/snapshot-context", "keywords": [ "zoroaster", "context", "test", "snapshot" ], "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", "devDependencies": { "@artdeco/scripts.json": "^1.0.1", "alamode": "^3.7.1", "documentary": "^1.38.1", "spawncommand": "^2.2.0", "temp-context": "^2.2.0", "yarn-s": "^1.2.3", "zoroaster": "^4.3.0" }, "dependencies": { "@artdeco/erte": "^1.4.0", "@wrote/ensure-path": "^1.1.0", "@wrote/read": "^1.0.4", "@wrote/write": "^1.0.4", "@zoroaster/assert": "^1.1.1", "erotic": "^2.1.1", "frame-of-mind": "^1.2.3", "reloquent": "^1.4.1" }, "publishConfig": { "registry": "https://registry.npmjs.com" } }