@142vip/data-source
Version:
通用型数据源,支持多种数据库、API、CSV等形式的数据源管理
92 lines • 2.16 kB
JSON
{
"name": "@142vip/data-source",
"type": "module",
"version": "0.0.1-alpha.3",
"private": false,
"description": "通用型数据源,支持多种数据库、API、CSV等形式的数据源管理",
"author": "mmdapl <mmdapl@163.com>",
"license": "MIT",
"homepage": "https://142vip.github.io/core-x/packages/data-source/",
"repository": {
"type": "git",
"url": "git+https://github.com/142vip/core-x.git",
"directory": "packages/data-source"
},
"keywords": [
"公众号搜:储凡",
"142vip",
"@142vip",
"@142vip/data-source",
"数据源",
"数据库",
"API",
"CSV",
"MySQL",
"PostgreSQL",
"SQL Server",
"Oracle",
"IBM_DB"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"authorInfo": {
"name": "微信公众号:储凡",
"email": "fairy_vip@2925.com",
"url": "https://github.com/142vip",
"homePage": "https://142vip.cn"
},
"peerDependencies": {
"aliyun-api-gateway": "1.1.6",
"axios": "1.11.0",
"clickhouse": "2.6.0",
"csv-parse": "5.5.0",
"dmdb": "1.0.18856",
"ibm_db": "3.3.2",
"iconv-lite": "0.6.3",
"jschardet": "3.0.0",
"lodash": "4.17.21",
"mssql": "11.0.1",
"oracledb": "6.1.0",
"pg": "8.11.3"
},
"dependencies": {
"aliyun-api-gateway": "1.1.6",
"axios": "1.11.0",
"clickhouse": "2.6.0",
"csv-parse": "5.5.0",
"dmdb": "1.0.18856",
"ibm_db": "3.3.2",
"iconv-lite": "0.6.3",
"jschardet": "3.0.0",
"lodash": "4.17.21",
"mssql": "11.0.1",
"oracledb": "6.1.0",
"pg": "8.11.3"
},
"devDependencies": {
"@types/mssql": "9.1.7",
"@types/pg": "8.15.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"test": "npx jest",
"test:coverage": "npx jest --coverage",
"build": "unbuild",
"typecheck": "tsc --noEmit"
}
}