-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.04 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
45
46
47
48
49
50
51
{
"name": "power-sqs",
"version": "1.8.36",
"description": "powerful functions to deal with AWS SQS",
"main": "src/index.js",
"files": [
"src"
],
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/singhs020/power-sqs.git"
},
"scripts": {
"travis": "gulp",
"test": "gulp"
},
"keywords": [
"AWS",
"SQS",
"copy SQS",
"Simple Queue Service",
"Stream",
"SQS Stream",
"SQS Reader",
"Sink from SQS",
"highland stream"
],
"author": "Simranjeet Singh",
"license": "MIT",
"bugs": {
"url": "https://singhs020.github.io/power-sqs/"
},
"homepage": "https://singhs020.github.io/power-sqs/",
"dependencies": {
"@types/highland": "^2.13.0",
"aws-sdk": "^2.1691.0",
"highland": "^2.13.5",
"pino": "^6.14.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"chai": "^4.3.0",
"gulp": "^5.0.0",
"gulp-eslint": "^6.0.0",
"gulp-shell": "^0.8.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"sinon": "^9.2.4"
}
}