{
  "name": "data-loader",
  "version": "3.8.22",
  "description": "data-loader Custom Element to load data declaratively",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build:es": "tsc"
  },
  "main": "dist/data-loader.js",
  "module": "dist/es/data-loader.js",
  "types": "dist/es/data-loader.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/ebi-webcomponents/nightingale.git"
  },
  "bugs": {
    "url": "https://github.com/ebi-webcomponents/nightingale/issues"
  },
  "license": "Apache-2.0",
  "author": "Aurélien Luciani <luciani@ebi.ac.uk> (https://github.com/aurel-l)",
  "keywords": [
    "webcomponents",
    "customelements",
    "data",
    "data-loader",
    "dataloader",
    "loader",
    "nightingale",
    "protvista"
  ],
  "homepage": "https://ebi-webcomponents.github.io/nightingale/",
  "gitHead": "d0f95cc656c77dacf263d2c3e9f5d69251d20aef",
  "dependencies": {
    "@types/lodash-es": "4.17.3",
    "lodash-es": "^4.17.11"
  }
}
