-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1012 Bytes
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": "forge-cli-docs",
"version": "1.0.0",
"description": "Fluid Forge Documentation — Declarative Data Products for Modern Data Teams",
"homepage": "https://agentics-rising.github.io/forge_docs/",
"repository": {
"type": "git",
"url": "https://github.com/Agentics-Rising/forge_docs.git"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:preview": "vuepress preview docs"
},
"keywords": [
"data-products",
"declarative",
"data-engineering",
"gcp",
"bigquery",
"aws",
"athena",
"snowflake",
"duckdb",
"infrastructure-as-code",
"dataops"
],
"author": "Agentics Transformation Pty Ltd <hello@fluidhq.io> (https://fluidhq.io)",
"license": "Apache-2.0",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.26",
"@vuepress/client": "^2.0.0-rc.26",
"@vuepress/theme-default": "^2.0.0-rc.125",
"sass-embedded": "^1.97.2",
"vuepress": "^2.0.0-rc.26"
}
}