mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-06-01 04:00:24 -04:00
33 lines
805 B
JSON
33 lines
805 B
JSON
{
|
|
"name": "@nebula.js/theme",
|
|
"version": "0.2.0",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"author": "QlikTech International AB",
|
|
"keywords": [],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qlik-oss/nebula.js.git",
|
|
"directory": "apis/theme"
|
|
},
|
|
"main": "index.js",
|
|
"module": "dist/theme.esm",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production rollup --config ../../rollup.config.js",
|
|
"build:dev": "rollup --config ../../rollup.config.js",
|
|
"build:watch": "rollup --config ../../rollup.config.js -w",
|
|
"prepublishOnly": "rm -rf dist && yarn run build"
|
|
},
|
|
"devDependencies": {
|
|
"d3-color": "1.4.0",
|
|
"extend": "3.0.2",
|
|
"node-event-emitter": "0.0.1"
|
|
}
|
|
}
|