-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1000 Bytes
/
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
{
"name": "ti2-tourconnect",
"version": "1.2.3",
"description": "Ti2's tourconnects plugin",
"main": "index.js",
"scripts": {
"test": "jest -i"
},
"jest": {
"testPathIgnorePatterns": [
"<rootDir>/__tests__/utils.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/TourConnect/ti2-tourconnect.git"
},
"author": "Salvador Aceves",
"license": "GPLV3",
"bugs": {
"url": "https://github.com/TourConnect/ti2-tourconnect/issues"
},
"homepage": "https://github.com/TourConnect/ti2-tourconnect#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/@tourconnect"
},
"dependencies": {
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.2.0",
"ramda": "^0.27.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"faker": "^4.1.0",
"jest": "^24.9.0"
}
}