@zoroaster/assert
Version:
The Assertion Library For Zoroaster Context Testing Framework Including Deep Equal & Assert Throws.
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "@zoroaster/assert",
"version": "1.1.1",
"description": "The Assertion Library For Zoroaster Context Testing Framework Including Deep Equal & Assert Throws.",
"main": "compile/index.js",
"scripts": {
"scripts": "scripts"
},
"files": [
"compile",
"typedefs.json"
],
"repository": "gitlab:artdeco/contexttesting/assert",
"typedefs": "typedefs.json",
"keywords": [
"assert",
"zoroaster",
"context",
"testing",
"deep equal",
"color",
"throw",
"throws",
"catch"
],
"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",
"@zoroaster/assert-throws": "^3.4.0",
"@zoroaster/deep-equal": "^1.1.1",
"alamode": "^3.7.1",
"documentary": "^1.38.1",
"eslint-config-artdeco": "^1.0.1",
"yarn-s": "^1.2.3",
"zoroaster": "^4.3.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.com"
}
}