chai-soft-assert
Version:
Chai helper to include soft assertions on chai package
56 lines (55 loc) • 1.35 kB
JSON
{
"name": "chai-soft-assert",
"version": "0.1.1",
"description": "Chai helper to include soft assertions on chai package",
"exports": {
".": {
"require": "./cjs/chai-soft-assertion.js",
"import": "./esm/chai-soft-assertion.mjs",
"types": "./types/chai-soft-assertion.d.ts"
}
},
"scripts": {
"build": "tsc -p tsconfig-esm.json && tsc -p tsconfig-cjs.json",
"test": "npm run test -w esm-tests && npm run test -w cjs-tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atCarlosGutierrez/cjgs-chaisoft.git"
},
"keywords": [
"chai",
"chai-plugin",
"plugin",
"soft",
"assertion",
"test",
"helper",
"assert"
],
"author": "Carlos Javier Gutierrez Sanjines cgutierrezsanjines@gmail.com",
"license": "MIT",
"workspaces": [
"/esm-tests",
"/cjs-tests",
"."
],
"bugs": {
"url": "https://github.com/atCarlosGutierrez/cjgs-chaisoft/issues"
},
"homepage": "https://github.com/atCarlosGutierrez/cjgs-chaisoft",
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@types/chai": "^5.0.1"
},
"maintainers": [
{
"name": "Carlos Gutierrez Sanjines",
"email": "cgutierrezsanjines@gmail.com",
"url": "https://github.com/atCarlosGutierrez"
}
]
}