UNPKG

tinybird-sdk

Version:
53 lines (52 loc) 1.64 kB
{ "name": "tinybird-sdk", "version": "0.5.0", "description": "Tinybird Node.js SDK", "main": "dist/index.js", "scripts": { "test": "mocha --timeout 60000 --require @babel/register", "test:coverage": "nyc --reporter=html mocha --timeout 60000 --require @babel/register", "test:watch": "mocha --timeout 60000 --require @babel/register -w", "lint": "eslint -c .eslintrc.yml src/**", "build": "babel src --out-dir dist && tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/alejandromav/tinybird-nodejs-sdk.git" }, "keywords": [ "tinybird", "sdk" ], "files": [ "dist" ], "author": "Alejandro Martin <hi@alejandromav.com>", "license": "ISC", "bugs": { "url": "https://github.com/alejandromav/tinybird-nodejs-sdk/issues" }, "homepage": "https://github.com/alejandromav/tinybird-nodejs-sdk#readme", "devDependencies": { "@babel/cli": "^7.17.10", "@babel/core": "^7.18.2", "@babel/node": "^7.17.10", "@babel/preset-env": "^7.18.2", "@babel/register": "^7.17.7", "@types/node": "^18.0.0", "babel-plugin-add-module-exports": "^1.0.4", "babel-preset-minify": "^0.5.2", "chai": "^4.3.6", "eslint": "^8.16.0", "mocha": "^10.0.0", "nyc": "^15.1.0", "typescript": "^4.7.4" }, "dependencies": { "form-data": "^4.0.0", "json-2-csv": "^3.17.1", "log4js": "^6.5.1", "node-fetch": "^2.6.7" } }