forked from StreamLayer/sportradar-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 963 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
{
"name": "sportradar-adapter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha --timeout 10000 -r ts-node/register 'test/**/*.ts'",
"start": "ts-node src/index",
"start:docker": "docker-compose up --no-deps --build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"fastify": "^4.17.0",
"jsonparse": "^1.3.1",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"stream": "^0.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/async": "^3.2.20",
"@types/jsonpath": "^0.2.0",
"@types/lodash": "^4.14.195",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.0",
"async": "^3.2.4"
}
}