@thisisagile/easy-test
Version:
Straightforward library for testing microservices built with @thisisagile/easy
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "@thisisagile/easy-test",
"version": "7.35.0",
"description": "Straightforward library for testing microservices built with @thisisagile/easy",
"author": "Sander Hoogendoorn",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index",
"repository": {
"type": "git",
"url": "git@github.com:thisisagile/easy.git"
},
"keywords": [
"typescript",
"microservices",
"domain-driven-design",
"evolutionary-architecture",
"jest",
"unit testing"
],
"scripts": {
"lint": "yarn g:eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "yarn g:prettier --check --write src test *.json",
"build": "yarn g:tsc",
"test": "yarn g:jest --coverage",
"prepack": "yarn g:copy-readme"
},
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"weak-napi": "^2.0.2"
},
"dependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.7.6",
"expect": "^27.2.5",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"jest-sonar-reporter": "^2.0.0",
"ts-jest": "^27.0.7"
}
}