forked from puzzle-js/puzzle-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.05 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@puzzle-js/core",
"version": "3.43.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"logo": "https://image.ibb.co/jM29on/puzzlelogo.png",
"license": "MIT",
"homepage": "https://puzzle-js.github.io/puzzle-js/",
"repository": {
"type": "git",
"url": "https://github.com/puzzle-js/puzzle-js"
},
"devDependencies": {
"@types/async": "^2.0.49",
"@types/chai": "^4.2.2",
"@types/cheerio": "^0.22.13",
"@types/clean-css": "^3.4.30",
"@types/compression": "^0.0.36",
"@types/connect-timeout": "^0.0.34",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.1",
"@types/express-serve-static-core": "^4.16.9",
"@types/faker": "^4.1.2",
"@types/helmet": "0.0.37",
"@types/jest": "^24.0.18",
"@types/jsdom": "^12.2.3",
"@types/md5": "^2.1.32",
"@types/morgan": "^1.7.37",
"@types/nock": "^10.0.3",
"@types/node": "^12.7.4",
"@types/node-fetch": "^2.3.3",
"@types/request": "^2.48.3",
"@types/response-time": "^2.3.4",
"@types/serve-static": "^1.13.3",
"@types/sinon": "^7.0.13",
"@types/spdy": "^3.4.4",
"@types/supertest": "^2.0.4",
"@types/uuid": "^3.4.3",
"chai": "^4.1.2",
"cross-env": "^5.2.1",
"faker": "^4.1.0",
"jest": "^24.9.0",
"jsdom": "^15.0.0",
"nock": "^10.0.6",
"nyc": "^14.1.0",
"sinon": "^7.4.2",
"supertest": "^4.0.2",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"tslint": "^5.20.0",
"typescript": "^3.6.2"
},
"author": {
"name": "Ahmet Can Guven",
"email": "[email protected]"
},
"scripts": {
"build": "TS_NODE_FILES=true node_modules/.bin/tsc",
"build:watch": "TS_NODE_FILES=true node_modules/.bin/tsc --watch",
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 node_modules/.bin/jest --coverage --silent",
"test:ci": "NODE_TLS_REJECT_UNAUTHORIZED=0 node_modules/.bin/jest --coverage --silent --runInBand",
"test:watch": "NODE_TLS_REJECT_UNAUTHORIZED=0 node_modules/.bin/jest --coverage --watch --silent",
"publish:beta": "npm publish --tag=beta",
"lint": "echo lint",
"lint:ts": "./node_modules/.bin/tslint -p ./tsconfig.json",
"lint:ts:fix": "./node_modules/.bin/tslint -p ./tsconfig.json --fix"
},
"dependencies": {
"@puzzle-js/client-lib": "^1.4.3",
"@types/socket.io-client": "^1.4.32",
"async": "^3.0.1",
"cheerio": "^1.0.0-rc.2",
"clean-css": "^4.1.11",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dnscache": "^1.0.1",
"express": "^4.16.4",
"helmet": "^3.21.0",
"iltorb": "^2.4.3",
"inversify": "^5.0.1",
"md5": "^2.2.1",
"morgan": "^1.9.1",
"node-fetch": "^2.6.1",
"puzzle-warden": "^1.8.4",
"reflect-metadata": "^0.1.12",
"request": "^2.88.0",
"response-time": "^2.3.2",
"route-cache": "^0.4.4",
"shrink-ray-current": "^4.0.0",
"socket.io-client": "^2.3.0",
"superstruct": "^0.6.2",
"supra-http": "^1.3.3",
"uuid": "^3.3.3",
"winston": "^3.2.1",
"winston-graylog2": "^2.1.2"
}
}