-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "ninja-util",
"version": "1.3.1",
"description": "Helper library to develop Node.JS applications",
"repository": {
"type": "git",
"url": "https://github.com/ibm-hyperknowledge/ninja-util"
},
"author": "IBM Research",
"license": "MIT",
"main": "index.js",
"types": "types/index.d.ts",
"contributors": [
{
"name": "Polyana Costa",
"email": "[email protected]"
},
{
"name": "Rodrigo Costa",
"email": "[email protected]"
},
{
"name": "Wallas Henrique",
"email": "[email protected]"
},
{
"name": "Marcelo Machado",
"email": "[email protected]"
},
{
"name": "Sandro Rama Fiorini",
"email": "[email protected]"
}
],
"scripts": {
"clean-build-ts": "rm -rf types; tsc; ./prepend-copyright-notice-d-ts.sh"
},
"dependencies": {
"express-fileupload": "^1.3.1",
"express-query-boolean": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"shortid": "^2.2.14",
"ws": "^7.0.0"
},
"devDependencies": {
"typescript": "^4.3.5"
}
}