@cran/pg.q
Version:
Cranberry Postgres Queue
66 lines (65 loc) • 1.56 kB
JSON
{
"name": "@cran/pg.q",
"version": "0.1.8",
"description": "Cranberry Postgres Queue",
"homepage": "https://c6s.gitlab.io/lib/pg/q",
"main": "cjs/index.js",
"module": "mjs/index.js",
"typings": "cjs/index.d.ts",
"files": [
"cjs",
"mjs"
],
"scripts": {
"clean": "rm -rf cjs mjs public",
"pretest": "concurrently npm:clean 'pnpm install'",
"test": "eslint .",
"prebuild": "pnpm install && npm run test",
"build:cjs": "tsc -d",
"build:mjs": "tsc --outDir mjs --module ESNext",
"build": "concurrently npm:build:cjs npm:build:mjs",
"predocument": "pnpm install && npm run clean",
"document": "typedoc --excludePrivate",
"prepublishOnly": "npm run build"
},
"keywords": [
"Cran",
"Postgres",
"Queue"
],
"author": "Cranberry",
"license": "CC-BY-ND-4.0",
"eslintConfig": {
"root": true,
"extends": [
"plugin:@cran/node"
],
"ignorePatterns": [
"cjs",
"mjs",
"out",
"public"
]
},
"devDependencies": {
"@cran/eslint-plugin": "^0.5.2",
"@cran/tsconfig": "^0.1.2",
"@types/debug": "^4.1.7",
"@types/node": "^17.0.5",
"@types/pg": "^8.6.3",
"@types/pg-format": "^1.0.2",
"concurrently": "^6.5.1",
"debug": ">=4.3.3 <5",
"eslint": "^8.5.0",
"pg": ">=8.7.1 <9",
"pg-format": ">=1.0.4 <2",
"tslib": "^2.3.1",
"typedoc": "^0.22.10",
"typescript": "^4.5.4"
},
"peerDependencies": {
"debug": ">=4.3.3 <5",
"pg": ">=8.7.1 <9",
"pg-format": ">=1.0.4 <2"
}
}