forked from askarzh/knex-data-api-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.2 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.2 KB
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
46
47
48
49
50
51
52
{
"name": "knex-aurora-data-api-client",
"version": "1.1.3",
"description": "Knex Aurora Data API Client",
"main": "index.js",
"scripts": {
"lint": "eslint src",
"test": "mocha test/**/*.test.js --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markusahlstrand/knex-data-api-client.git"
},
"keywords": [
"knex",
"data",
"api",
"rds",
"aurora",
"serverless",
"mysql",
"postgres"
],
"author": "Markus Ahlstrand",
"license": "MIT",
"bugs": {
"url": "https://github.com/markusahlstrand/knex-aurora-data-api-client/issues"
},
"homepage": "https://github.com/markusahlstrand/knex-data-api-client#readme",
"dependencies": {
"data-api-client": "^1.0.1"
},
"peerDependencies": {
"knex": "*",
"pg": "*"
},
"devDependencies": {
"aws-sdk": "2.632.0",
"chai": "4.2.0",
"dotenv": "8.2.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-prettier": "3.1.2",
"knex": "0.20.10",
"mocha": "7.1.0",
"mysql": "2.18.1",
"pg": "7.18.2",
"prettier": "1.19.1"
}
}