@digital-blueprint/lunchlottery-app
Version:
[GitHub Repository](https://github.com/digital-blueprint/lunchlottery-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/lunchlottery-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/lunchlottery-app/)
33 lines (32 loc) • 959 B
JSON
{
"name": "dbp-toolkit",
"type": "module",
"description": "",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*",
"toolkit-showcase"
],
"engines": {
"node": ">=20.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"test": "lerna --no-sort run --no-bail test",
"check": "lerna --no-sort run --no-bail check",
"fix": "lerna --no-sort run --no-bail fix",
"build": "lerna --no-sort run --no-bail build",
"version-patch": "lerna version patch",
"version-minor": "lerna version minor",
"version": "lerna version",
"rm-dist": "for d in ./packages/*/ ; do (cd \"$d\" && rm dist -Rf); done;",
"publish": "lerna --no-sort publish from-package --yes",
"tsc": "lerna --no-sort run --no-bail tsc"
},
"author": "",
"license": "LGPL-2.1-or-later",
"devDependencies": {
"lerna": "^9.0.0"
}
}