duckdb-async
Version:
Promise wrappers for DuckDb NodeJS API
38 lines (37 loc) • 867 B
JSON
{
"name": "duckdb-async",
"version": "1.4.2",
"description": "Promise wrappers for DuckDb NodeJS API",
"main": "dist/duckdb-async.js",
"types": "dist/duckdb-async.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --config jest.config.json --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/motherduckdb/duckdb-async.git"
},
"keywords": [
"duckdb",
"database",
"typescript",
"promise"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/motherduckdb/duckdb-async/issues"
},
"homepage": "https://github.com/motherduckdb/duckdb-async#readme",
"dependencies": {
"duckdb": "1.4.2"
},
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/node": "^18.11.0",
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}