mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-27 07:00:28 -04:00
39 lines
868 B
JSON
39 lines
868 B
JSON
{
|
|
"name": "@nebula.js/cli-build",
|
|
"version": "0.1.0-alpha.25",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"author": "QlikTech International AB",
|
|
"keywords": [],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qlik-oss/nebula.js.git"
|
|
},
|
|
"main": "lib/build.js",
|
|
"files": [
|
|
"lib",
|
|
"command.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"@babel/cli": "7.7.0",
|
|
"@babel/core": "7.7.2",
|
|
"@babel/preset-env": "7.7.1",
|
|
"chalk": "3.0.0",
|
|
"extend": "3.0.2",
|
|
"rollup": "1.27.2",
|
|
"rollup-plugin-babel": "4.3.3",
|
|
"rollup-plugin-commonjs": "10.1.0",
|
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
"rollup-plugin-postcss": "2.0.3",
|
|
"rollup-plugin-replace": "2.2.0",
|
|
"rollup-plugin-terser": "5.1.2",
|
|
"yargs": "15.0.2"
|
|
}
|
|
}
|