mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-31 01:00:18 -04:00
33 lines
814 B
JSON
33 lines
814 B
JSON
{
|
|
"name": "@nebula.js/test-utils",
|
|
"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/test-utils"
|
|
},
|
|
"main": "index.js",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"@nebula.js/supernova": "^0.1.0-alpha.28"
|
|
},
|
|
"devDependencies": {
|
|
"regenerator-runtime": "0.13.3"
|
|
}
|
|
}
|