-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1021 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "zation-assured",
"version": "3.0.0-pre-alpha.6",
"license": "MIT",
"description": "Library For Testing Zation Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"build": "gulp compile"
},
"repository": {
"type": "git",
"url": "https://github.com/ZationServer/zation-assured.git"
},
"author": {
"name": "Ing. Luca Gian Scaringella",
"email": "lucacode1@gmail.com"
},
"files": [
"dist/**/*",
"!.DS_Store"
],
"keywords": [
"esay",
"application",
"websocket",
"http",
"fast",
"client",
"realtime",
"cluster",
"scalable",
"secure",
"big",
"tools",
"testing",
"intergrationTests"
],
"dependencies": {
"@types/node": "^12.7.2",
"chai": "^4.3.3",
"zation-client": "^3.0.0-pre-alpha.15",
"queric": "^2.0.0"
},
"devDependencies": {
"gulp": "4.0.0",
"gulp-typescript": "5.0.1",
"typescript": "^4.5.2"
}
}