@duffcloudservices/cli 0.1.0 → 0.1.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.
package/package.json CHANGED
@@ -1,62 +1,62 @@
1
- {
2
- "name": "@duffcloudservices/cli",
3
- "version": "0.1.0",
4
- "description": "CLI for DCS site onboarding and configuration",
5
- "type": "module",
6
- "bin": {
7
- "dcs": "./dist/index.js"
8
- },
9
- "main": "./dist/index.js",
10
- "files": [
11
- "dist"
12
- ],
13
- "scripts": {
14
- "build": "tsup",
15
- "dev": "tsup --watch",
16
- "start": "node dist/index.js",
17
- "test": "vitest run",
18
- "test:watch": "vitest",
19
- "type-check": "tsc --noEmit",
20
- "lint": "eslint src --ext .ts",
21
- "prepublishOnly": "pnpm run build"
22
- },
23
- "dependencies": {
24
- "chalk": "^5.3.0",
25
- "cli-table3": "^0.6.5",
26
- "commander": "^12.1.0",
27
- "conf": "^13.0.1",
28
- "handlebars": "^4.7.8",
29
- "inquirer": "^9.3.7",
30
- "js-yaml": "^4.1.0",
31
- "open": "^10.1.0",
32
- "ora": "^8.1.1"
33
- },
34
- "devDependencies": {
35
- "@types/inquirer": "^9.0.7",
36
- "@types/js-yaml": "^4.0.9",
37
- "@types/node": "^20.11.0",
38
- "tsup": "^8.0.0",
39
- "typescript": "~5.6.3",
40
- "vitest": "^3.2.3"
41
- },
42
- "keywords": [
43
- "dcs",
44
- "cli",
45
- "cms",
46
- "onboarding",
47
- "duff-cloud-services"
48
- ],
49
- "author": "Duff Cloud Services",
50
- "license": "MIT",
51
- "repository": {
52
- "type": "git",
53
- "url": "https://github.com/duffn/dcs"
54
- },
55
- "homepage": "https://portal.duffcloudservices.com",
56
- "bugs": {
57
- "url": "https://github.com/duffn/dcs/issues"
58
- },
59
- "engines": {
60
- "node": ">=18.0.0"
61
- }
62
- }
1
+ {
2
+ "name": "@duffcloudservices/cli",
3
+ "version": "0.1.1",
4
+ "description": "CLI for DCS site onboarding and configuration",
5
+ "type": "module",
6
+ "bin": {
7
+ "dcs": "./dist/index.js"
8
+ },
9
+ "main": "./dist/index.js",
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "dependencies": {
14
+ "chalk": "^5.3.0",
15
+ "cli-table3": "^0.6.5",
16
+ "commander": "^12.1.0",
17
+ "conf": "^13.0.1",
18
+ "handlebars": "^4.7.8",
19
+ "inquirer": "^9.3.7",
20
+ "js-yaml": "^4.1.0",
21
+ "open": "^10.1.0",
22
+ "ora": "^8.1.1",
23
+ "playwright": "^1.49.0"
24
+ },
25
+ "devDependencies": {
26
+ "@types/inquirer": "^9.0.7",
27
+ "@types/js-yaml": "^4.0.9",
28
+ "@types/node": "^20.11.0",
29
+ "tsup": "^8.0.0",
30
+ "typescript": "~5.6.3",
31
+ "vitest": "^3.2.3"
32
+ },
33
+ "keywords": [
34
+ "dcs",
35
+ "cli",
36
+ "cms",
37
+ "onboarding",
38
+ "duff-cloud-services"
39
+ ],
40
+ "author": "Duff Cloud Services",
41
+ "license": "MIT",
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "https://github.com/duffn/dcs"
45
+ },
46
+ "homepage": "https://portal.duffcloudservices.com",
47
+ "bugs": {
48
+ "url": "https://github.com/duffn/dcs/issues"
49
+ },
50
+ "engines": {
51
+ "node": ">=18.0.0"
52
+ },
53
+ "scripts": {
54
+ "build": "tsup",
55
+ "dev": "tsup --watch",
56
+ "start": "node dist/index.js",
57
+ "test": "vitest run",
58
+ "test:watch": "vitest",
59
+ "type-check": "tsc --noEmit",
60
+ "lint": "eslint src --ext .ts"
61
+ }
62
+ }