-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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
{
"name": "relayboard",
"version": "1.0.0",
"description": "Modern data pipeline automation platform that transforms CSV data into actionable insights delivered via Slack",
"private": true,
"author": {
"name": "AJAL ODORA JONATHAN",
"email": "contact@odora.dev",
"url": "https://github.com/ODORA0"
},
"repository": {
"type": "git",
"url": "https://github.com/ODORA0/relayboard.git"
},
"homepage": "https://github.com/ODORA0/relayboard#readme",
"bugs": {
"url": "https://github.com/ODORA0/relayboard/issues"
},
"keywords": [
"data-pipeline",
"csv-processing",
"slack-integration",
"dbt",
"postgresql",
"typescript",
"nextjs",
"nestjs",
"python",
"data-automation"
],
"license": "MIT",
"packageManager": "pnpm@9.11.0",
"scripts": {
"build": "turbo build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"start": "turbo run start"
},
"devDependencies": {
"turbo": "2.1.3"
}
}