-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.13 KB
/
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
{
"name": "@mauriora/announcements-bar-spfx",
"version": "0.3.4",
"repository": "https://github.com/mauriora/Announcements-Bar-Spfx.git",
"private": true,
"workspaces": [
"shared/**",
"app/**"
],
"scripts": {
"build": "yarn workspaces foreach --verbose --topological --parallel --interlaced run build",
"rebuild": "yarn workspaces foreach --verbose --topological --interlaced run rebuild",
"serve": "yarn workspace @mauriora/announcements-bar-extension serve",
"version": "yarn version check --interactive && yarn version apply --all && yarn workspaces foreach --verbose --topological --parallel run version",
"clean-node-modules": "rimraf ./shared/*/node_modules && rimraf app/*/node_modules && rimraf ./node_modules",
"clean-node-modules-az": "rimraf yarn.lock && yarn clean-node-modules"
},
"devDependencies": {
"@mauriora/workspace-tools": "^0.2.4",
"rimraf": "^3.0.2",
"yarn": "^1.0.0"
},
"main": "index.js",
"author": "denniskuhn <dennis@kuhn.geek.nz>",
"license": "MIT",
"packageManager": "yarn@3.2.1"
}