-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.24 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-bonza",
"version": "1.0.10",
"description": "Bonza's TI2 Plugin",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TourConnect/ti2-bonza.git"
},
"author": "",
"license": "GPLV3",
"bugs": {
"url": "https://github.com/TourConnect/ti2-bonza/issues"
},
"homepage": "https://github.com/TourConnect/ti2-bonza#readme",
"jest": {
"testEnvironment": "<rootDir>/jestEnvironment.js",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"setupFilesAfterEnv": [
"./jest.setup.js"
],
"testTimeout": 10000
},
"dependencies": {
"@graphql-tools/schema": "^8.5.1",
"bluebird": "^3.7.2",
"graphql": "^16.5.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"ramda": "^0.27.1"
},
"devDependencies": {
"axios": "^0.24.0",
"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"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
}
}