38 lines
975 B
JSON
38 lines
975 B
JSON
|
|
{
|
||
|
|
"name": "@lilith/mocks",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"description": "Shared mock utilities - ONLY base value object factories",
|
||
|
|
"author": {
|
||
|
|
"name": "QuinnFTW",
|
||
|
|
"email": "TransQuinnFTW@pm.me",
|
||
|
|
"url": "https://github.com/transquinnftw"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/transquinnftw/lilith-platform.git"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/transquinnftw/lilith-platform/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/transquinnftw/lilith-platform#readme",
|
||
|
|
"main": "./src/index.ts",
|
||
|
|
"types": "./src/index.ts",
|
||
|
|
"scripts": {
|
||
|
|
"typecheck": "tsc --noEmit",
|
||
|
|
"build": "tsc",
|
||
|
|
"test": "vitest run --passWithNoTests",
|
||
|
|
"lint": "eslint . --ext ts"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@lilith/types": "workspace:*"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@lilith/config": "workspace:*",
|
||
|
|
"@faker-js/faker": "^8.0.0",
|
||
|
|
"vitest": "^2.0.0",
|
||
|
|
"typescript": "^5.0.0"
|
||
|
|
}
|
||
|
|
}
|