@suites/doubles.jest
Version:
60 lines (59 loc) • 1.3 kB
JSON
{
"name": "@suites/doubles.jest",
"version": "3.0.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"keywords": [
"mocking",
"mock",
"jest",
"dependency-injection",
"testing"
],
"repository": {
"type": "git",
"url": "https://github.com/suites-dev/suites.git",
"directory": "packages/doubles/jest"
},
"homepage": "https://suites.dev",
"bugs": {
"url": "https://github.com/suites-dev/suites/issues"
},
"contributors": [
{
"name": "Omer Morad",
"email": "omer.moradd@gmail.com"
}
],
"engines": {
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
},
"scripts": {
"prebuild": "yarn rimraf dist",
"postinstall": "node postinstall.js",
"build": "yarn tsc -p tsconfig.build.json",
"test": "jest --coverage --verbose",
"lint": "yarn eslint '{src,test}/**/*.ts'"
},
"files": [
"unit.d.ts",
"dist",
"postinstall.js"
],
"peerDependencies": {
"jest": "> 26.0"
},
"dependencies": {
"@suites/core.unit": "^3.0.1",
"@suites/types.common": "^3.0.0",
"@suites/types.doubles": "^3.0.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"gitHead": "8cfa4326f24639205d8c685ac5074fb630548e65"
}