Skip to content
Snippets Groups Projects
package.json 1022 B
Newer Older
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  "name": "@ghsc/disagg-d3",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  "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",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "npm-cli-login": "npm-cli-login",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "prepare": "husky install",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "start": "cd example && npm run start",
    "test": "echo \"Error: no test specified\" && exit 1"
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  },
  "repository": {
    "type": "git",
    "url": "https://code.usgs.gov/ghsc/nshmp/disagg-d3"
  },
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  "devDependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
    "gts": "^4.0.0",
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  },
  "dependencies": {
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  "publishConfig": {
    "@ghsc:registry": "https://code.usgs.gov/api/v4/projects/4335/packages/npm/"