mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
29 lines
603 B
JSON
29 lines
603 B
JSON
{
|
|
"name": "@nebula.js/snapshooter",
|
|
"version": "6.0.0-alpha.5",
|
|
"private": true,
|
|
"description": "",
|
|
"license": "MIT",
|
|
"author": "QlikTech International AB",
|
|
"keywords": [
|
|
"qlik",
|
|
"nebula",
|
|
"stardust",
|
|
"snapshot"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qlik-oss/nebula.js.git"
|
|
},
|
|
"files": [
|
|
"client.js"
|
|
],
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production rollup --bundleConfigAsCjs --config ./rollup.config.js",
|
|
"prepublishOnly": "rm -rf dist && yarn run build"
|
|
}
|
|
}
|