forked from newrelic/node-newrelic-koa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 848 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": "@newrelic/koa",
"version": "1.0.5",
"description": "Koa instrumentation for the New Relic Node agent",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "tap tests/**/*.tap.js",
"versioned": "versioned-tests --minor -i 2 'tests/versioned/*.tap.js'",
"lint": "eslint *.js lib tests"
},
"author": "New Relic Node.js agent team <[email protected]>",
"license": "LicenseRef-LICENSE",
"devDependencies": {
"@newrelic/test-utilities": "^1.2.0",
"coveralls": "^3.0.0",
"eslint": "^4.18.1",
"koa": "^2.5.0",
"koa-route": "^3.2.0",
"koa-router": "^7.4.0",
"newrelic": "^4.0.0",
"semver": "^5.5.0",
"tap": "^10.7.3"
},
"dependencies": {
"methods": "^1.1.2"
},
"peerDependencies": {
"newrelic": ">=3.3.1"
}
}