-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.26 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
{
"name": "ti2-tourplan",
"version": "1.0.58",
"description": "Tourplan's TI2 Plugin",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TourConnect/ti2-tourplan.git"
},
"author": "",
"license": "GPLV3",
"bugs": {
"url": "https://github.com/TourConnect/ti2-tourplan/issues"
},
"homepage": "https://github.com/TourConnect/ti2-tourplan#readme",
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"setupFilesAfterEnv": [
"./jest.setup.js"
],
"testTimeout": 10000
},
"dependencies": {
"@graphql-tools/schema": "^8.5.1",
"axios": "^0.27.2",
"bluebird": "^3.7.2",
"fast-xml-parser": "^4.3.4",
"graphql": "^16.5.0",
"js2xmlparser": "^4.0.2",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"ramda": "^0.27.1",
"ti2": "^1.0.82",
"underscore": "^1.13.4",
"xml-js": "^1.6.11",
"xml2js": "^0.4.23"
},
"devDependencies": {
"axios": "^0.27.2",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.5",
"jest-cli": "^27.4.7",
"jest-diff": "^27.4.2",
"object-hash": "^3.0.0"
}
}