Skip to content
Snippets Groups Projects
package.json 501 B
Newer Older
Reiter, Christoph's avatar
Reiter, Christoph committed
{
Reiter, Christoph's avatar
Reiter, Christoph committed
  "description": "",
  "main": "index.js",
  "private": true,
  "workspaces": [
    "packages/*"
  ],
Reiter, Christoph's avatar
Reiter, Christoph committed
  "scripts": {
    "test": "lerna run test",
Bekerle, Patrizio's avatar
Bekerle, Patrizio committed
    "build": "lerna run build",
    "yarn-install": "for d in ./packages/*/ ; do (cd \"$d\" && yarn install); 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": {
    "lerna": "^3.22.1"
  }
}