Skip to content
Snippets Groups Projects
package.json 313 B
Newer Older
Reiter, Christoph's avatar
Reiter, Christoph committed
{
  "name": "vpu-toolkit",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "bootstrap": "lerna bootstrap --hoist --strict",
    "clean": "lerna clean -y",
    "test": "lerna run test"
Reiter, Christoph's avatar
Reiter, Christoph committed
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "lerna": "^3.22.1"
  }
}