chipmunkdb-node-client
Version:
64 lines (63 loc) • 1.68 kB
JSON
{
"name": "chipmunkdb-node-client",
"version": "2.0.7",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"start:dev": "nodemon",
"build": "webpack",
"prebuild": "rm -rf build && mkdir -p build && cp package.json build/package.json && cp README_npm.md build/README.md && tsc src/index.ts --declaration --emitDeclarationOnly",
"start": "npm run build && node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/coindeck/chipmunkdb-node-client.git"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"Database",
"Redis",
"Timeseries",
"IPC",
"Duckdb"
],
"author": "coindeck | Thoren Lederer",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/coindeck/chipmunkdb-node-client/issues"
},
"homepage": "https://gitlab.com/coindeck/chipmunkdb-node-client",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@types/node": "^14.14.19",
"babel-loader": "^8.2.2",
"dts-bundle-webpack": "^1.0.2",
"nodemon": "^2.0.6",
"rimraf": "^3.0.2",
"ts-loader": "^8.0.14",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"typings": "^2.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"apache-arrow": "^2.0.0",
"axios": "^0.21.1",
"csv-parser": "^3.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"influx": "^5.6.3",
"moment": "^2.29.1",
"net": "^1.0.2",
"pg": "^8.5.1",
"util": "^0.12.3",
"webpack-node-externals": "^2.5.2"
}
}