{ "name": "@ghsc/disagg-d3", "version": "0.0.1", "description": "Disaggregation plots using D3, ported from hazdev", "main": "src/index.js", "types": "types/index.d.ts", "scripts": { "fix": "gts fix", "lint": "gts lint", "npm-cli-login": "npm-cli-login", "prepare": "husky install", "start": "cd example && npm run start", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://code.usgs.gov/ghsc/nshmp/disagg-d3" }, "license": "CC0-1.0", "devDependencies": { "@types/d3": "^7.4.0", "@types/node": "^16.11.56", "eslint-plugin-simple-import-sort": "^7.0.0", "gts": "^4.0.0", "husky": "^8.0.1", "pretty-quick": "^3.0.0", "tslint": "^6.1.3", "tslint-etc": "^1.13.6", "typescript": "^4.4.4" }, "dependencies": { "@ghsc/nshmp-utils-ts": "^3.0.0", "d3": "^7.6.1" } }