Files
ScoreSpot/ProjectSourceCode/node_modules/pg-promise/package.json
2024-04-11 04:23:19 -06:00

63 lines
1.7 KiB
JSON

{
"name": "pg-promise",
"version": "10.15.4",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
"scripts": {
"spelling": "cspell --config=.cspell.json \"**/*.{md,ts,js}\" --no-progress",
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
"doc": "jsdoc -c ./jsdoc/jsdoc.js ./jsdoc/README.md -t ./jsdoc/templates/custom",
"lint": "eslint ./lib ./test/*.js ./test/db --fix",
"test": "jasmine-node --captureExceptions test",
"test:native": "jasmine-node test --config PG_NATIVE true",
"tslint": "tslint ./typescript/*.ts"
},
"files": [
"lib",
"typescript"
],
"homepage": "https://github.com/vitaly-t/pg-promise",
"repository": {
"type": "git",
"url": "https://github.com/vitaly-t/pg-promise.git"
},
"bugs": {
"url": "https://github.com/vitaly-t/pg-promise/issues",
"email": "vitaly.tomilov@gmail.com"
},
"keywords": [
"pg",
"promise",
"postgres"
],
"author": {
"name": "Vitaly Tomilov",
"email": "vitaly.tomilov@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=12.0"
},
"dependencies": {
"assert-options": "0.8.0",
"pg": "8.8.0",
"pg-minify": "1.6.2",
"spex": "3.2.0"
},
"devDependencies": {
"@types/node": "18.11.9",
"bluebird": "3.7.2",
"coveralls": "3.1.1",
"cspell": "6.15.0",
"eslint": "8.28.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "3.6.11",
"JSONStream": "1.3.5",
"pg-query-stream": "4.2.4",
"tslint": "6.1.3",
"typescript": "4.9.3"
}
}