-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.2 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
{
"name": "ti2-ventrata",
"version": "1.0.38",
"description": "Ventrata's TI2 Plugin",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TourConnect/ti2-ventrata.git"
},
"author": "",
"license": "GPLV3",
"bugs": {
"url": "https://github.com/TourConnect/ti2-ventrata/issues"
},
"homepage": "https://github.com/TourConnect/ti2-ventrata#readme",
"jest": {
"testEnvironment": "<rootDir>/jestEnvironment.js",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"setupFilesAfterEnv": [
"./jest.setup.js"
],
"testTimeout": 10000
},
"dependencies": {
"@graphql-tools/schema": "^9.0.12",
"bluebird": "^3.7.2",
"graphql": "^16.6.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"ramda": "^0.27.1"
},
"devDependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.2",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-plugin-import": "^2.25.4",
"faker": "^5.5.3",
"jest": "^27.4.5",
"jest-cli": "^27.4.7",
"jest-diff": "^27.4.2",
"jest-environment-node": "27.4",
"jest-util": "27.4",
"ti2": "file:../ti2"
}
}