Skip to content

Commit

Permalink
chore(pgmq): update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Aug 15, 2024
1 parent d56d1cf commit 4f4ab8c
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions packages/pgmq-js/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "pgmq-js",
"name": "@waiting/pgmq-js",
"author": "waiting",
"version": "0.0.0",
"description": "npm boilerplate",
"description": "Postgres Message Queue (PGMQ) JavaScript Client Library for Midway.js",
"private": false,
"keywords": [
"种子项目",
"ESM",
"typescript",
"pgmq",
"message-queue",
"queues",
"postgres",
"midway",
"plugin",
"ts"
],
"type": "module",
Expand All @@ -23,15 +26,17 @@
"./package.json": "./package.json"
},
"bugs": {
"url": "https://github.com/waitingsong/npm-mono-base/issues"
"url": "https://github.com/waitingsong/pgmq-js/issues"
},
"homepage": "https://github.com/waitingsong/npm-mono-base#readme",
"homepage": "https://github.com/waitingsong/pgmq-js#readme",
"repository": {
"type": "git",
"url": "https://github.com/waitingsong/npm-mono-base"
"url": "https://github.com/waitingsong/pgmq-js"
},
"license": "MIT",
"dependencies": {
"knex": "^3.1.0",
"pg": "^8.12.0"
},
"devDependencies": {
},
Expand All @@ -45,10 +50,10 @@
"tsconfig.json",
"tsconfig.base.json",
"asset",
"src/**/*.ts",
"bin",
"database",
"dist",
"src",
"!**/*.spec.*",
"!**/*.tsbuildinfo"
],
Expand Down

0 comments on commit 4f4ab8c

Please sign in to comment.