-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 872 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
{
"name": "sqlcommenter-sequelize",
"version": "0.0.4",
"description": "sqlcommenter is a plugin/middleware/wrapper to augment SQL statements from Sequelize.js with comments that can be used later to correlate user code with SQL statements.",
"main": "index.js",
"scripts": {
"release": "standard-version",
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scipe/sqlcommenter-sequelize.git"
},
"keywords": [
"sqlcommenter",
"sqlcommenter-gcp"
],
"author": "Google, LLC.",
"license": "ISC",
"bugs": {
"url": "https://github.com/scipe/sqlcommenter-sequelize/issues"
},
"homepage": "https://github.com/scipe/sqlcommenter-sequelize#readme",
"devDependencies": {
"chai": "^4.3.3",
"mocha": "^8.3.1",
"sequelize": "^6.5.0",
"standard-version": "^9.1.1"
}
}