lowdefy/package.json
2020-10-05 17:31:56 +02:00

35 lines
786 B
JSON

{
"name": "@lowdefy/lowdefy",
"version": "0.0.1",
"private": true,
"description": "Lowdefy monorepo",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "rm -rf **/**/node_modules && rm -rf ./node_modules",
"prepare": "lerna run prepare",
"prettier": "prettier --config .prettierrc --write **/*.js"
},
"devDependencies": {
"lerna": "3.22.1"
}
}