mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-30 16:00:18 -04:00
27 lines
684 B
JSON
27 lines
684 B
JSON
{
|
|
"name": "@nebula.js/locale",
|
|
"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": "dist/locale.js",
|
|
"module": "dist/locale.esm.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"
|
|
}
|
|
}
|