{
  "name": "@nightingale-elements/nightingale-track",
  "version": "5.6.0",
  "description": "Basic track type of the viewer.",
  "files": [
    "dist",
    "src"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup --config ../../rollup.config.mjs",
    "test": "../../node_modules/.bin/jest --config ../../jest.config.js ./tests/*"
  },
  "keywords": [
    "nightingale",
    "webcomponents",
    "customelements"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ebi-webcomponents/nightingale.git"
  },
  "bugs": {
    "url": "https://github.com/ebi-webcomponents/nightingale/issues"
  },
  "homepage": "https://ebi-webcomponents.github.io/nightingale/",
  "author": "Gustavo Salazar <gsalazar@ebi.ac.uk>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "dependencies": {
    "@nightingale-elements/nightingale-new-core": "^5.6.0",
    "d3": "7.9.0",
    "lodash-es": "4.17.15"
  },
  "gitHead": "badbc234d80d8148c54c1b960e9f1f9e8a5643a0"
}
