-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
39 lines (39 loc) · 973 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
31
32
33
34
35
36
37
38
39
{
"name": "node-firebird",
"version": "1.1.9",
"description": "Pure JavaScript and Asynchronous Firebird client for Node.js.",
"keywords": [
"firebird",
"database",
"rdbms",
"sql"
],
"homepage": "https://github.com/hgourvest/node-firebird",
"repository": {
"type": "git",
"url": "git+https://github.com/hgourvest/node-firebird.git"
},
"author": {
"name": "Henri Gourvest",
"email": "hgourvest@gmail.com"
},
"contributors": [
"Popa Marius Adrian <mapopa@gmail.com>",
"Peter Širka <petersirka@gmail.com>"
],
"main": "./lib",
"types": "./lib/index.d.ts",
"license": "MPL-2.0",
"scripts": {
"test": "mocha"
},
"dependencies": {
"big-integer": "^1.6.51",
"long": "^5.2.3"
},
"devDependencies": {
"coveralls-next": "^4.2.0",
"mocha": "^10.2.0",
"nyc": "^15.0.1"
}
}