-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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": "verifiable-data-streams",
"version": "0.0.1",
"description": "Integrate and access verifiable, tamper-proof data streams. Powered by Airbyte, Streamr, and LogStore technologies.",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@logsn/client": "^0.0.7",
"commander": "^11.1.0",
"faros-airbyte-cdk": "^0.6.43",
"@netflix/nerror": "^1.1.3",
"ts-essentials": "^9.4.1"
},
"devDependencies": {
"esbuild": "^0.19.6",
"dotenv": "^16.3.1",
"@types/node": "^18.9.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"tsx": "^4.1.2",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"keywords": [
"data-streams",
"verifiable-data",
"airbyte-integration",
"streamr",
"logstore",
"data-accessibility",
"open-source",
"real-time-data-querying",
"historical-data-access"
],
"author": "",
"license": "MIT"
}