@nightingale-elements/nightingale-new-core
Version:
Base Elements for Nightingale Components
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "@nightingale-elements/nightingale-new-core",
"version": "5.6.0",
"description": "Base Elements for Nightingale Components",
"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/*"
},
"files": [
"dist",
"src"
],
"contributors": [
"Xavier Watkins <xwatkins@ebi.ac.uk>",
"Gustavo A Salazar <gsalazar@ebi.ac.uk>",
"Aurélien Luciani <luciani@ebi.ac.uk>",
"Daniel Rice <dlrice@ebi.ac.uk>"
],
"license": "MIT",
"keywords": [
"nightingale",
"customelements",
"webcomponents"
],
"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/",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"dependencies": {
"d3": "7.9.0",
"lit": "3.1.3"
},
"gitHead": "badbc234d80d8148c54c1b960e9f1f9e8a5643a0"
}