-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 924 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "dbp-common-activities",
"version": "0.2.0",
"description": "",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*",
"vendor/toolkit/packages/*",
"activity-showcase"
],
"scripts": {
"test": "lerna run --no-sort --scope '@dbp-topics/*' --scope 'dbp-activity-showcase' test",
"build": "lerna run --no-sort --scope '@dbp-topics/*' --scope 'dbp-activity-showcase' build",
"format": "lerna run --no-sort format",
"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;",
"lint": "lerna run --no-sort --scope '@dbp-topics/*' --scope 'dbp-activity-showcase' lint",
"publish": "lerna publish from-package --yes"
},
"author": "",
"license": "LGPL-2.1-or-later",
"devDependencies": {
"lerna": "^8.0.0"
}
}