{ "name": "@nebula.js/snapshooter", "version": "6.3.0", "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" } }