forked from segmentio/functions-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1007 Bytes
/
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
{
"name": "functions-library",
"version": "1.0.0",
"description": "This repository contains a set of community-generated functions, to serve as examples to base your own functions upon. If you're building out a new integration, or a custom piece of code that you want Segment to run, use this repo as the set of examples.",
"main": "index.js",
"scripts": {
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/segmentio/functions-library.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/segmentio/functions-library/issues"
},
"homepage": "https://github.com/segmentio/functions-library#readme",
"dependencies": {
"atob": "2.1.2",
"aws-sdk": "2.488.0",
"btoa": "1.2.1",
"form-data": "2.4.0",
"lodash": "4.17.15",
"node-fetch": "2.6.0",
"oauth": "0.9.15",
"xml": "1.0.1"
},
"devDependencies": {
"jest": "^24.9.0",
"nock": "^11.3.5"
}
}