livy-client
Version:
Simple REST client for Apache Livy
39 lines (38 loc) • 812 B
JSON
{
"name": "livy-client",
"version": "1.0.1",
"description": "Simple REST client for Apache Livy",
"main": "main.js",
"types": "lib/livy-client.d.ts",
"files": [
"lib",
"*.d.ts",
"package-lock.json"
],
"scripts": {
"build": "tsc --watch",
"livy-server": "docker-compose up -d",
"prepublishOnly": "tsc"
},
"author": "Yuhsak Inoue",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"eventemitter3": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yuhsak/livy-client.git"
},
"keywords": [
"Spark",
"Livy"
],
"bugs": {
"url": "https://github.com/Yuhsak/livy-client/issues"
},
"homepage": "https://github.com/Yuhsak/livy-client#readme",
"devDependencies": {
"typescript": "^3.6.2"
}
}