@akromio/expected-helpers
Version:
Helpers for the assert libs.
46 lines (45 loc) • 1.11 kB
JSON
{
"name": "@akromio/expected-helpers",
"version": "0.7.1",
"description": "Helpers for the assert libs.",
"homepage": "https://akromio.com",
"author": {
"name": "Sia Codelabs",
"email": "hello@siacodelabs.com",
"url": "http://siacodelabs.com"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"assert",
"expect",
"test"
],
"bugs": {
"url": "https://github.com/akromio/nodejs-expected/issues",
"email": "bugs@akromio.com"
},
"repository": {
"type": "git",
"url": "https://github.com/akromio/nodejs-expected.git"
},
"preferGlobal": false,
"type": "commonjs",
"main": "dist/cjs/index.js",
"files": [
"dist/"
],
"dependencies": {
"@dogmalang/core": "^1.0.0-rc18.0",
"chalk": "^4.1.2"
},
"scripts": {
"lint": "dogmac check src",
"build": "npm run build/src",
"build/src": "rm -rf dist/ && dogmac js -o dist/cjs/ src && babel -d dist/ dist/",
"test": "mocha --config .mocharc.yaml",
"cov": "c8 mocha --config .mocharc.yaml"
},
"gitHead": "58b80709b657659e674c8d23c2bf58a4609068a1"
}