@spencejs/spence-factories
Version:
Spence Factories - An opinionated Factory Framework for testing db entities
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "@spencejs/spence-factories",
"version": "1.1.0",
"main": "src/factory.js",
"license": "MIT",
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"lodash": "^4.18.1"
},
"devDependencies": {
"@spencejs/spence-config": "^1.1.0",
"@spencejs/spence-mongo-repos": "^1.1.0",
"@spencejs/spence-pg-repos": "^1.1.0",
"@types/lodash": "^4.14.149",
"@types/node": "~25.6.0",
"eslint": "10.2.1",
"eslint-config-prettier": "~10.1.1",
"eslint-plugin-import": "~2.32.0",
"eslint-plugin-prettier": "~5.5.0",
"jest": "30.3.0",
"jest-junit": "~16.0.0",
"mongodb": "~7.2.0",
"pino-pretty": "~13.1.1",
"prettier": "~3.8.0",
"typescript": "~6.0.3"
},
"scripts": {
"lint": "eslint src test --fix",
"lint:ci": "eslint src test",
"test": "jest test --runInBand --coverage"
},
"description": "Spence Factories - An opinionated Factory Framework for testing db entities",
"repository": {
"type": "git",
"url": "git+https://github.com/sloops77/spencer.git"
},
"keywords": [
"API",
"framework"
],
"author": "Andres Olave",
"bugs": {
"url": "https://github.com/sloops77/spencer/issues"
},
"homepage": "https://github.com/sloops77/spencer#readme",
"gitHead": "9ed9fbd2739351d3f4b916135505210b99a5081b",
"publishConfig": {
"access": "public"
}
}