{ "name": "@hcengineering/postgres-base", "version": "0.7.18", "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts", "author": "Copyright © Hardcore Engineering Inc.", "template": "@hcengineering/node-package", "license": "EPL-2.0", "files": [ "lib/**/*", "!lib/**/__test__/**", "types/**/*", "!types/**/__test__/**", "src/**/*", "!src/**/__test__/**", "README.md", "CHANGELOG.md" ], "scripts": { "build": "compile", "build:watch": "compile", "test": "jest --passWithNoTests --silent --forceExit", "format": "format src", "_phase:build": "compile transpile src", "_phase:test": "jest --passWithNoTests --silent --forceExit", "_phase:format": "format src", "_phase:validate": "compile validate" }, "devDependencies": { "@hcengineering/platform-rig": "workspace:^0.7.21", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", "@types/node": "^22.18.1", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.54.0", "eslint-config-standard-with-typescript": "^40.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-n": "^15.4.0" }, "dependencies": { "postgres": "^3.4.7" }, "repository": { "type": "git", "url": "git+https://github.com/hcengineering/huly.utils.git" }, "exports": { ".": { "types": "./types/index.d.ts", "require": "./lib/index.js", "import": "./lib/index.js" } }, "publishConfig": { "access": "public" } }