-
Reiter, Christoph authoredReiter, Christoph authored
This project manages its dependencies using npm.
Learn more
package.json 283 B
{
"name": "vpu-toolkit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"bootstrap": "lerna bootstrap --hoist --strict",
"clean": "lerna clean -y"
},
"author": "",
"license": "ISC",
"devDependencies": {
"lerna": "^3.22.1"
}
}