UNPKG

@fjell/lib

Version:

Server-side Library for Fjell

66 lines (65 loc) 1.81 kB
{ "name": "@fjell/lib", "version": "4.4.38", "keywords": [ "library", "persistence", "database", "fjell" ], "license": "Apache-2.0", "description": "Server-side Library for Fjell", "engines": { "node": ">=21" }, "module": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "type": "module", "scripts": { "build": "tsc --project tsconfig.declarations.json && node build.js", "dev": "concurrently \"tsc --watch --project tsconfig.declarations.json\" \"node build.js --watch\"", "lint": "eslint . --ext .ts --fix", "clean": "rm -rf dist", "test": "npm run lint && vitest run --coverage", "prepublishOnly": "npm run clean && npm run build", "docs:dev": "cd docs && npm run dev", "docs:build": "cd docs && npm run build", "docs:preview": "cd docs && npm run preview", "docs:test": "cd docs && npm run test" }, "dependencies": { "@fjell/core": "^4.4.38", "@fjell/logging": "^4.4.44", "@fjell/registry": "^4.4.32", "deepmerge": "^4.3.1" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.32.0", "@fjell/eslint-config": "^1.1.21", "@swc/core": "^1.13.2", "@tsconfig/recommended": "^1.0.10", "@types/multer": "^2.0.0", "@types/node": "^24.1.0", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "@vitest/coverage-v8": "^3.2.4", "concurrently": "^9.2.0", "esbuild": "^0.25.8", "eslint": "^9.32.0", "nodemon": "^3.1.10", "ts-node": "^10.9.2", "tsc-alias": "^1.8.16", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "repository": { "type": "git", "url": "git+https://github.com/getfjell/lib.git" } }