-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.33 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@datayoga-io/lineage",
"version": "1.0.15",
"description": "produce lineage documentation for data pipeline",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"prepare": "mkdir -p dist/ && touch dist/index.js",
"build": "tsc && chmod +x dist/cli.js"
},
"bin": {
"dy-lineage": "./dist/cli.js"
},
"files": [
"dist",
"assets",
"example/input"
],
"repository": {
"type": "git",
"url": "git+https://github.com/datayoga-io/lineage.git"
},
"keywords": [
"lineage",
"pyspark",
"bigdata",
"pipeline",
"ETL",
"ELT",
"snowflake",
"oracle",
"informatica",
"spss",
"dag"
],
"author": "DataYoga",
"license": "https://www.apache.org/licenses/LICENSE-2.0.txt",
"bugs": {
"url": "https://github.com/datayoga-io/lineage/issues"
},
"homepage": "https://github.com/datayoga-io/lineage",
"dependencies": {
"@datayoga-io/node-g6": "^1.0.4",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"js-yaml": "^4.1.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"@types/handlebars": "^4.1.0",
"@types/marked": "^4.0.1",
"@types/showdown": "^1.9.4",
"antlr4ts-cli": "^0.5.0-alpha.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}