feat: npm包名和管理人员更换

This commit is contained in:
yexinhao 2024-09-26 16:02:57 +08:00
parent ffb575e317
commit f6477b35e2

View File

@ -1,6 +1,6 @@
{
"name": "dt-sql-parser-oushudb",
"version": "4.0.2-8",
"name": "lava-fe-dt-sql-parser-oushudb",
"version": "4.0.2-9",
"authors": "DTStack Corporation",
"description": "SQL Parsers for BigData, built with antlr4",
"keywords": [
@ -54,11 +54,14 @@
"typescript": "^5.0.4",
"yargs-parser": "^21.1.1"
},
"git repository": "https://github.com/Kijin-Seija/dt-sql-parser",
"repository": "https://github.com/Kijin-Seija/dt-sql-parser",
"git repository": "https://git.yevpt.com/oushu/lava-fe-dt-sql-parser-oushudb",
"repository": "https://git.yevpt.com/oushu/lava-fe-dt-sql-parser-oushudb",
"dependencies": {
"antlr4-c3": "3.3.7",
"antlr4ng": "2.0.11"
},
"sideEffects": false
"sideEffects": false,
"volta": {
"node": "14.21.3"
}
}