Skip to content
Snippets Groups Projects
package.json 302 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"
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"
  }
}