forked from google/sqlcommenter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 891 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 891 Bytes
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
{
"name": "@google-cloud/sqlcommenter-knex",
"version": "1.0.0",
"description": "Middleware and wrappers to correlate SQL statements from Knex.js and Express.js",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/core": "^0.24.0",
"@opentelemetry/node": "^0.24.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"express": "^4.17.0",
"knex": "^0.19.5",
"mocha": "^8.2.0",
"rewiremock": "^3.14.3",
"sequelize": "^6.3.3",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0"
},
"peerDependencies": {
"@opentelemetry/core": "^0.24.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "google/sqlcommenter"
},
"author": "Google, LLC.",
"license": "Apache-2.0"
}