-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "bcs-dmcr-services-rbtv-tessa",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node test.js",
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@crepo/crepo-graphql-api-node-sdk-esm": "^1.6.4",
"@types/node": "^18.7.18",
"airtable": "^0.11.4",
"axios": "^0.27.2",
"axios-cookiejar-support": "^2.0.4",
"axios-oauth-client": "^1.5.0",
"cld": "^2.8.4",
"express": "^4.18.1",
"fast-xml-parser": "^4.0.10",
"graphql": "^16.6.0",
"jade-bootstrap": "^1.0.14",
"json": "^11.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-cron": "^3.0.2",
"pug": "^3.0.2",
"tough-cookie": "^4.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/redbullmediahouse/bcs-dmcr-services-tessa.git"
},
"bugs": {
"url": "https://github.com/redbullmediahouse/bcs-dmcr-services-tessa/issues"
},
"homepage": "https://github.com/redbullmediahouse/bcs-dmcr-services-tessa#readme",
"description": ""
}