-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.57 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
{
"name": "ti2",
"version": "1.0.85",
"description": "Tourist Industry Exchange (TI2)",
"main": "index.js",
"scripts": {
"test": "jest",
"sequelize": "sequelize-cli",
"doc": "jsdoc -c jsdoc.conf.json -u tutorials"
},
"jest": {
"setupFilesAfterEnv": [
"./jest.setup.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ti2travel/ti2.git"
},
"bin": "./cli.js",
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ti2travel/ti2/issues"
},
"homepage": "https://github.com/ti2travel/ti2#readme",
"dependencies": {
"axios": "^0.27.2",
"axios-curlirize": "^1.3.7",
"bluebird": "^3.7.2",
"bull": "^4.8.2",
"commander": "^9.2.0",
"compression": "^1.7.4",
"eventemitter2": "^6.4.9",
"express": "^4.17.2",
"ioredis": "^5.0.4",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"jwt-promise": "^1.0.0",
"mysql2": "^2.3.3",
"object-hash": "^3.0.0",
"ramda": "^0.28.0",
"seque": "^1.2.1",
"sequelize": "^6.13.0",
"sequelize-cli": "^6.4.1",
"swagger-express-middleware": "3.0.0-alpha.5",
"swagger-routes-express": "3.3.1",
"swagger-ui-express": "4.3.0",
"throng": "^5.0.0",
"umzug": "^3.1.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@salvador/minami": "^1.2.3",
"axios-mock-adapter": "^1.21.4",
"chance": "^1.1.8",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.7",
"jsdoc": "^3.6.10",
"supertest": "^6.2.2"
}
}