{
	"private": true,
	"workspaces": [
		"projects/*"
	],
	"scripts": {
		"ng": "ng",
		"postinstall": "ws-sync-paths",
		"sync-paths": "ws-sync-paths",
		"wire": "ws-wire-host",
		"generate-module": "ws-generate-module",
		"drop-module": "ws-drop-module",
		"build": "ws-modules --build",
		"build:dev": "ws-modules --build --configuration=development",
		"serve": "ws-dev-server",
		"pack": "ws-modules --pack",
		"deploy": "ws-modules --deploy",
		"clean": "ws-clean",
		"ship": "ws-modules --build --pack --deploy",
		"ship:jar": "ws-modules --build --pack --deploy --force-jar",
		"ship:dev": "ws-modules --build --pack --deploy --configuration=development"
	},
	"prettier": "@wiresphere/devkit/prettier.config.js",
	"dependencies": {
		"@wiresphere/shared": "^1.0.0",
		"@wiresphere/ws-core": "^1.0.0"
	},
	"devDependencies": {
		"@wiresphere/admin-kit": "^1.0.2",
		"@wiresphere/devkit": "^1.0.0",
		"parse5-html-rewriting-stream": "^8.0.1"
	}
}
