forked from newrelic/node-newrelic-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "@newrelic/mysql",
"version": "2.0.0",
"description": "MySQL instrumentation for the New Relic Node agent.",
"main": "index.js",
"scripts": {
"test": "npm run unit && npm run versioned",
"unit": "tap tests/unit/**/*.tap.j",
"versioned": "versioned-tests --minor -i 2 'tests/versioned/**/*.tap.js'",
"lint": "eslint *.js lib tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newrelic/node-newrelic-mysql.git"
},
"keywords": [
"newrelic",
"instrumentation",
"mysql",
"apm"
],
"author": "New Relic Node.js agent team <[email protected]>",
"license": "LicenseRef-LICENSE",
"bugs": {
"url": "https://github.com/newrelic/node-newrelic-mysql/issues"
},
"homepage": "https://github.com/newrelic/node-newrelic-mysql#readme",
"engines": {
"node": ">=6.0.0 <11.0.0"
},
"devDependencies": {
"@newrelic/test-utilities": "^3.0.0",
"async": "^2.6.1",
"coveralls": "^3.0.2",
"eslint": "^5.7.0",
"generic-pool": "^2.5.4",
"mysql": "^2.16.0",
"mysql2": "^1.6.1",
"newrelic": "^5.9.1",
"tap": "^11.1.5"
},
"peerDependencies": {
"newrelic": ">=5.9.1"
}
}