{ "name": "graphistry-js", "version": "1.0.0", "description": "Libraries for embedding, controlling, and reacting to Graphistry visualizations", "main": "", "scripts": { "lerna": "lerna", "bootstrap": "lerna bootstrap", "deploy": "lerna publish", "build": "lerna run build", "build:umd": "lerna run build:umd", "build:prod": "lerna run build:prod", "build:examples": "lerna run build:examples", "lint": "lerna run lint", "clean": "lerna clean && lerna run clean && npm run clean:artifacts && npm run clean:install", "clean:artifacts": "rm -rf dist && rm -rf docs && rm -rf docs-build", "clean:install": "rm -rf node_modules", "lock:fix": "npm i --package-lock-only" }, "repository": { "type": "git", "url": "git+https://github.com/graphistry/graphistry-js.git" }, "author": "Graphistry, Inc", "license": "Apache-2.0", "bugs": { "url": "https://github.com/graphistry/graphistry-js/issues" }, "homepage": "https://github.com/graphistry/graphistry-js#readme", "devDependencies": { "eslint": "7.32.0", "lerna": "^6.5.1" } }