Skip to content
Snippets Groups Projects
package.json 841 B
Newer Older
Reiter, Christoph's avatar
Reiter, Christoph committed
{
Reiter, Christoph's avatar
Reiter, Christoph committed
  "description": "",
  "main": "index.js",
  "private": true,
  "workspaces": [
Reiter, Christoph's avatar
Reiter, Christoph committed
  "scripts": {
    "test": "lerna run test",
Reiter, Christoph's avatar
Reiter, Christoph committed
    "format": "lerna run format",
Bekerle, Patrizio's avatar
Bekerle, Patrizio committed
    "build": "lerna run build",
    "i18next": "lerna run i18next",
    "version-patch": "lerna version patch",
    "version-minor": "lerna version minor",
Bekerle, Patrizio's avatar
Bekerle, Patrizio committed
    "version": "lerna version",
    "yarn-install": "for d in ./packages/*/ ; do (cd \"$d\" && yarn install); done;",
Bekerle, Patrizio's avatar
Bekerle, Patrizio committed
    "rm-dist": "for d in ./packages/*/ ; do (cd \"$d\" && rm dist -Rf); done;",
    "lint": "lerna run lint",
    "publish": "lerna publish from-package --yes"
Reiter, Christoph's avatar
Reiter, Christoph committed
  },
  "author": "",
Bekerle, Patrizio's avatar
Bekerle, Patrizio committed
  "license": "LGPL-2.1-or-later",
Reiter, Christoph's avatar
Reiter, Christoph committed
  "devDependencies": {
Reiter, Christoph's avatar
Reiter, Christoph committed
  }
}