@puq/testing
Version:
The library offers a collection of robust utilities designed to enhance test quality, streamline testing processes, and minimize the time and effort required for effective test implementation.
103 lines • 2.67 kB
JSON
{
"name": "@puq/testing",
"license": "MIT",
"version": "0.6.20",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"description": "The library offers a collection of robust utilities designed to enhance test quality, streamline testing processes, and minimize the time and effort required for effective test implementation.",
"author": {
"email": "robert.brightline@gmail.com",
"name": "Robert Brightline",
"url": "https://rbrightline.github.io"
},
"keywords": [
"puq",
"testing",
"test-utilities"
],
"repository": {
"directory": "libs/testing",
"url": "https://github.com/rbrightline/puq/tree/main",
"type": "github"
},
"homepage": "https://rbrightline.github.io/puq/testing",
"bugs": {
"email": "robert.brightline@gmail.com",
"url": "https://rbrightline.github.io"
},
"categories": [
"Testing"
],
"contributors": [
{
"email": "robert.brightline@gmail.com",
"name": "Robert Brightline",
"url": "https://rbrightline.github.io"
}
],
"funding": [
"https://cash.app/$puqlib"
],
"icon": "https://raw.githubusercontent.com/rbrightline/puq/refs/heads/main/libs/testing/favicon.png",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist",
"!**/*.tsbuildinfo"
],
"nx": {
"sourceRoot": "libs/testing/src",
"targets": {
"build": {
"executor": "@nx/js:swc",
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "libs/testing/dist",
"main": "libs/testing/src/index.ts",
"tsConfig": "libs/testing/tsconfig.lib.json",
"skipTypeCheck": false,
"stripLeadingPaths": true
},
"dependsOn": [
"lint"
]
},
"doc": {
"command": "cd libs/testing && npx compodoc -d ../../public/testing -p tsconfig.lib.json -n testing"
}
}
},
"devDependencies": {
"@nestjs/testing": "^11.0.11",
"@nestjs/typeorm": "^11.0.0",
"@puq/model": "^0.6.20",
"@puq/type": "^0.6.20",
"better-sqlite3": "^11.8.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"pg": "^8.13.3",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.20"
},
"peerDependencies": {
"@puq/is": "^0.6.20",
"@puq/debug": "^0.6.20"
},
"dependencies": {
"@swc/helpers": "^0.5.15"
}
}