-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 895 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
{
"name": "x2node-rsparser",
"version": "2.1.15",
"description": "Select SQL query result set parser.",
"keywords": [
"sql",
"x2node",
"nodejs"
],
"main": "index.js",
"scripts": {
"test": "eslint . && mocha",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boylesoftware/x2node-rsparser.git"
},
"author": "Lev Himmelfarb <lev@boylesoftware.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boylesoftware/x2node-rsparser/issues"
},
"homepage": "https://github.com/boylesoftware/x2node-rsparser#readme",
"engines": {
"node": ">=6.10.3"
},
"dependencies": {
"x2node-common": "^1.5.2",
"x2node-records": "^2.4.3"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.9.0",
"mocha": "^5.2.0"
}
}