Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
{
|
|
"name": "@types/pg",
|
|
"version": "8.15.6",
|
|
"description": "TypeScript definitions for pg",
|
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg",
|
|
"license": "MIT",
|
|
"contributors": [
|
|
{
|
|
"name": "Phips Peter",
|
|
"githubUsername": "pspeter3",
|
|
"url": "https://github.com/pspeter3"
|
|
}
|
|
],
|
|
"main": "",
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.d.mts",
|
|
"require": "./index.d.ts"
|
|
},
|
|
"./lib/*": "./lib/*.d.ts",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
"directory": "types/pg"
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"pg-protocol": "*",
|
|
"pg-types": "^2.2.0"
|
|
},
|
|
"peerDependencies": {},
|
|
"typesPublisherContentHash": "bfe58cd33772b929b21b29a9496746a24084358ddea01e505b949995ff72d44e",
|
|
"typeScriptVersion": "5.2"
|
|
} |