-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 967 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": "x2node-ws-resources",
"version": "1.12.16",
"description": "Persistent resources for web services module.",
"keywords": [
"webservice",
"x2node",
"nodejs"
],
"main": "index.js",
"scripts": {
"test": "eslint .",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boylesoftware/x2node-ws-resources.git"
},
"author": "Lev Himmelfarb <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boylesoftware/x2node-ws-resources/issues"
},
"homepage": "https://github.com/boylesoftware/x2node-ws-resources#readme",
"engines": {
"node": ">=6.10.3"
},
"dependencies": {
"x2node-common": "^1.5.2",
"x2node-dbos": "^1.9.1",
"x2node-patches": "^1.3.1",
"x2node-validators": "^1.6.1",
"x2node-ws": "^1.7.11"
},
"devDependencies": {
"eslint": "^6.6.0"
}
}