Files
nebula.js/apis/test-utils/package.json
Tobias Åström 32d600e88b chore: convert rendering tests to es6 (#1658)
* 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
2024-12-30 14:40:28 +01:00

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"
}
}