@clickview/ship-it 0.0.42 → 0.0.43-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "auth",
3
+ "scripts": {
4
+ "prod": "run-s clean vendor-prod copy-assets validate",
5
+ "start": "run-s clean link link-dev-files vendor-dev dotnet-dev",
6
+ "start-dev": "npm start",
7
+ "dotnet-dev": "dotnet run",
8
+ "clean": "node ./Assets/tooling/cleanDist.js",
9
+ "copy-assets": "node ./Assets/tooling/copyAssets.js",
10
+ "link-dev-files": "node ./Assets/tooling/linkDevFiles.js",
11
+ "link": "npm link @clickview/auth",
12
+ "validate": "node ./Assets/tooling/bundleValidator.js",
13
+ "vendor-dev": "cross-env NODE_ENV=development node ./Assets/tooling/bundleHelper.js",
14
+ "vendor-prod": "cross-env NODE_ENV=production node ./Assets/tooling/bundleHelper.js"
15
+ },
16
+ "devDependencies": {
17
+ "cross-env": "7.0.3",
18
+ "glob": "7.1.6",
19
+ "npm-run-all": "4.1.5",
20
+ "rimraf": "5.0.0",
21
+ "symlink-dir": "5.1.1",
22
+ "write-json-file": "4.3.0"
23
+ },
24
+ "dependencies": {
25
+ "@clickview/auth": "0.39.0-rc.0"
26
+ }
27
+ }