-
Bekerle, Patrizio authoredBekerle, Patrizio authored
This project manages its dependencies using npm.
Learn more
package.json 338 B
{
"name": "dbp-toolkit",
"version": "0.1.0",
"description": "",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "lerna run test",
"publish": "lerna run publish"
},
"author": "",
"license": "LGPL-2.1-or-later",
"devDependencies": {
"lerna": "^3.22.1"
}
}