-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@splitmedialabs/pubsub-queue",
"version": "5.1.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"date-fns": "^2.16.1"
},
"peerDependencies": {
"@google-cloud/pubsub": "^2.6.0"
},
"devDependencies": {
"@google-cloud/pubsub": "^4.0.0",
"@types/jest": "^26.0.16",
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
},
"description": "A Google Cloud Pubsub client for node.js geared towards queues and jobs. Inspired by ceejbot/fivebeans",
"scripts": {
"build": "tsc",
"publish": "npm publish --access public",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SplitmediaLabsLimited/pubsub-queue.git"
},
"keywords": [
"queue",
"gcp-pubusb"
],
"author": "Makara Sok",
"bugs": {
"url": "https://github.com/SplitmediaLabsLimited/pubsub-queue/issues"
},
"homepage": "https://github.com/SplitmediaLabsLimited/pubsub-queue#readme"
}