pg-test-util
Version:
PostgreSQL administrative utilities such as creating and dropping tables, users etc.
92 lines (91 loc) • 2.77 kB
JSON
{
"name": "pg-test-util",
"version": "3.2.1",
"description": "PostgreSQL administrative utilities such as creating and dropping tables, users etc.",
"author": {
"name": "Özüm Eldoğan",
"email": "ozum@ozum.net",
"url": "https://www.ozum.net/"
},
"keywords": [
"PostgreSQL",
"pg",
"postgres",
"test",
"create",
"drop",
"jest"
],
"engines": {
"node": ">=12.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"!dist/**/@(*.spec|*.test)*",
"!dist/**/__test__",
"config",
"module-files",
"sql"
],
"homepage": "https://github.com/ozum/pg-test-util",
"bugs": "https://github.com/ozum/pg-test-util/issues",
"repository": "ozum/pg-test-util",
"license": "MIT",
"scripts": {
"execute": "ts-node --transpile-only --compiler-options '{ \"module\": \"commonjs\" }'",
"watch": "ts-node-dev --no-notify --respawn --transpile-only --compiler-options '{ \"module\": \"commonjs\" }'",
"lint": "eslint --ignore-path .gitignore --cache --max-warnings 0 --ext js,jsx,ts,tsx,vue --fix .",
"format": "prettier . --write",
"release": "npm run readme && git pull && git add -A && git commit && git push --follow-tags",
"test": "jest --coverage",
"readme": "node module-files/scripts/tsmod.js readme",
"build": "tsc",
"_postinstall": "is-ci || husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"tsmod": "node module-files/scripts/tsmod.js",
"yo:update": "yo 'tsmod' '--force'"
},
"dependencies": {
"pg": "^8.7.1",
"pg-connection-string": "^2.5.0",
"pg-escape": "^0.2.0",
"tslib": "^2.3.1",
"verror": "^1.10.1"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"@types/pg": "^8.6.1",
"@types/pg-escape": "^0.2.1",
"@types/verror": "^1.10.5",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"commitizen": "^4.2.4",
"concat-md": "^0.3.5",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "^27.4.3",
"lint-staged": "^12.1.2",
"pinst": "^2.1.6",
"prettier": "^2.2.1",
"readmeasy": "^0.2.7",
"ts-jest": "^27.1.1",
"ts-node-dev": "^1.1.8",
"typedoc": "^0.22.10",
"typedoc-plugin-example-tag": "^1.0.2",
"typedoc-plugin-markdown": "^3.11.7",
"typescript": "^4.5.2",
"walkdir": "^0.4.1"
}
}