UNPKG

datajunction

Version:

A Javascript client for interacting with a DataJunction server

51 lines (50 loc) 1.4 kB
{ "name": "datajunction", "version": "0.0.206", "description": "A Javascript client for interacting with a DataJunction server", "module": "src/index.js", "scripts": { "test": "jest", "test-watch": "jest --watch", "build": "rm -rf dist/* && webpack && babel src -d dist", "lint": "prettier \"src/**/*.{js,jsx}\"", "format": "prettier --write \"src/**/*.{js,jsx}\"" }, "repository": { "type": "git", "url": "git+https://github.com/DataJunction/dj.git" }, "keywords": [ "datajunction", "metrics", "metrics-platform", "semantic-layer" ], "author": "DataJunction Authors", "license": "MIT", "bugs": { "url": "https://github.com/DataJunction/dj/issues" }, "homepage": "https://github.com/DataJunction/dj#readme", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.4.2", "eslint": "^8.39.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "jest": "^29.5.0", "prettier": "^2.8.8", "webpack": "^5.81.0", "webpack-cli": "^5.0.2" }, "dependencies": { "@babel/core": "^7.22.5", "docker-names": "^1.2.1" } }