mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
* chore: convert rendering tests to es6 * chore: fix cjs config usage * chore: fix cjs config usage * chore: fix verify translations * chore: babel and jest es6 * chore: aw cjs * chore: aw cjs * chore: aw cjs * chore: fix path
30 lines
819 B
JSON
30 lines
819 B
JSON
{
|
|
"name": "@nebula.js/test-utils",
|
|
"version": "5.8.1",
|
|
"private": true,
|
|
"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 --bundleConfigAsCjs --config ../../rollup.config.js",
|
|
"build:dev": "rollup --bundleConfigAsCjs --config ../../rollup.config.js",
|
|
"build:watch": "rollup --bundleConfigAsCjs --config ../../rollup.config.js -w",
|
|
"prepublishOnly": "rm -rf dist && yarn run build"
|
|
},
|
|
"peerDependencies": {
|
|
"@nebula.js/stardust": ">=5.0.0"
|
|
}
|
|
} |