forked from newrelic/node-newrelic-aws-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 901 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
{
"name": "@newrelic/aws-sdk",
"version": "1.0.0",
"description": "New Relic instrumentation of the aws-sdk package.",
"main": "index.js",
"scripts": {
"test": "npm run unit && npm run versioned",
"unit": "tap tests/unit/**/*.tap.js",
"versioned": "versioned-tests --minor -i 2 'tests/versioned/*.tap.js'",
"lint": "eslint *.js lib tests"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newrelic/node-newrelic-aws-sdk.git"
},
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@newrelic/test-utilities": "^3.0.0",
"async": "^2.6.1",
"aws-sdk": "^2.403.0",
"eslint": "^5.12.1",
"newrelic": "^5.6.0",
"sinon": "^7.2.3",
"tap": "^12.4.0"
},
"peerDependencies": {
"newrelic": ">=5.3.0"
}
}