forked from OwaisIbrahim/social_search_API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.29 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
{
"name": "social-searcher-API",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/dotenv": "^4.0.3",
"@types/es6-promise": "^3.3.0",
"@types/express": "^4.16.0",
"@types/node": "^10.5.7",
"@types/twit": "^2.2.19",
"@types/vimeo": "0.0.31",
"array-unique": "^0.3.2",
"body-parser": "^1.18.3",
"dailymotion-sdk": "^0.1.13",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"ejs-lint": "^0.3.0",
"es6-promise": "^4.2.4",
"express": "^4.16.3",
"flickrapi": "^0.6.0",
"google-trends-api": "^4.7.0",
"googleapis": "^32.0.0",
"node": "^10.7.0",
"nodemailer": "^4.6.7",
"nodemon": "^1.18.3",
"tumblr.js": "^2.0.0",
"twit": "^2.2.11",
"twitter": "^1.7.1",
"typescript": "^3.0.1",
"vimeo": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/twitter": "0.0.28",
"jest": "^23.5.0",
"ts-jest": "^23.1.3"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}