forked from ioBroker/ioBroker.sql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.11 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
46
47
48
49
{
"name": "iobroker.sql",
"description": "Log state sql in a two-stages process (first to Redis, then to CouchDB)",
"version": "1.15.7",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>",
"Apollon77"
],
"homepage": "https://github.com/ioBroker/ioBroker.sql",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.sql"
},
"engines": {
"node": ">=10.0.0"
},
"keywords": [
"ioBroker",
"log data",
"home automation"
],
"optionalDependencies": {
"mysql": "^2.18.1",
"pg": "^8.6.0",
"sqlite3": "^5.0.2",
"mssql": "^6.3.1"
},
"dependencies": {
"sql-client": "^2.0.3",
"@iobroker/adapter-core": "^2.5.0"
},
"devDependencies": {
"@alcalzone/release-script": "^1.10.0",
"axios": "^0.21.1",
"gulp": "^4.0.2",
"mocha": "^8.4.0",
"chai": "^4.3.4"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.sql/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script"
},
"license": "MIT"
}