@themost/pg
Version:
MOST Web Framework PostgreSQL Adapter
72 lines (71 loc) • 1.87 kB
JSON
{
"name": "@themost/pg",
"version": "2.14.0",
"description": "MOST Web Framework PostgreSQL Adapter",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/themost-framework/pg.git"
},
"scripts": {
"test": "jest",
"build": "rimraf dist && rollup --config rollup.config.js"
},
"keywords": [
"most",
"web",
"data",
"db",
"adapter",
"pg",
"postgres",
"postgresql"
],
"author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/themost-framework/pg/issues"
},
"homepage": "https://github.com/themost-framework/pg",
"dependencies": {
"@themost/events": "^1.5.0",
"lodash": "^4.17.21",
"pg": "^8.7.3",
"sprintf-js": "^1.1.2"
},
"peerDependencies": {
"@themost/common": "^2",
"@themost/query": "^2"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-plugin": "^7.17.7",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.23.9",
"@babel/register": "^7.23.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@themost/common": "^2.12.0",
"@themost/data": "^2.23.0",
"@themost/json-logger": "^1.3.0",
"@themost/peers": "^1.0.2",
"@themost/query": "^2.14.14",
"@themost/sqlite": "^2.6.14",
"@themost/xml": "^2.5.2",
"@types/jasmine": "^5.1.4",
"@types/sprintf-js": "^1.1.2",
"dotenv": "^16.0.0",
"eslint": "^8.15.0",
"jest": "^29.7.0",
"mathjs": "^13.1.1",
"moment": "^2.30.1",
"rimraf": "^3.0.2",
"rollup": "^2.73.0",
"rollup-plugin-dts": "^4.2.1",
"typescript": "^4.6.4"
}
}