@sinch/cli 0.2.0 → 0.2.1-beta.0

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.
Files changed (5) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +228 -228
  3. package/bin/sinch +4 -4
  4. package/dist/index.js +34 -34
  5. package/package.json +79 -79
package/package.json CHANGED
@@ -1,79 +1,79 @@
1
- {
2
- "name": "@sinch/cli",
3
- "version": "0.2.0",
4
- "description": "Official Sinch CLI - Manage all Sinch products from your terminal",
5
- "main": "dist/index.js",
6
- "bin": {
7
- "sinch": "bin/sinch"
8
- },
9
- "scripts": {
10
- "start": "tsx src/index.ts",
11
- "dev": "tsx watch src/index.ts",
12
- "build": "tsc && node scripts/post-build.js",
13
- "build:prod": "tsup src/index.ts --format cjs --dts --clean --minify",
14
- "typecheck": "tsc --noEmit",
15
- "test": "jest --config jest.config.js && jest --config tests/e2e/jest.config.js",
16
- "test:unit": "jest --config jest.config.js",
17
- "test:e2e": "jest --config tests/e2e/jest.config.js",
18
- "test:e2e:staging": "jest --config tests/e2e/jest.config.js --env=staging",
19
- "prepublishOnly": "npm run build:prod",
20
- "format": "prettier --write .",
21
- "format:check": "prettier --check ."
22
- },
23
- "keywords": [],
24
- "author": "Sinch <support@sinch.com> (https://www.sinch.com)",
25
- "license": "MIT",
26
- "private": false,
27
- "publishConfig": {
28
- "access": "public",
29
- "registry": "https://registry.npmjs.org/"
30
- },
31
- "homepage": "https://www.sinch.com/products/apis/voice/",
32
- "files": [
33
- "dist/",
34
- "bin/",
35
- "README.md",
36
- "LICENSE"
37
- ],
38
- "dependencies": {
39
- "@inquirer/prompts": "^8.2.0",
40
- "@sinch/fax": "^1.0.0",
41
- "@sinch/sdk-core": "^1.2.1",
42
- "adm-zip": "^0.5.10",
43
- "axios": "^1.13.3",
44
- "blessed": "^0.1.81",
45
- "chalk": "^4.1.2",
46
- "chokidar": "^3.6.0",
47
- "cli-spinners": "^2.9.2",
48
- "cli-table3": "^0.6.3",
49
- "clipboardy": "^5.1.0",
50
- "commander": "^14.0.0",
51
- "eventsource": "^4.0.0",
52
- "form-data": "^4.0.0",
53
- "fs-extra": "^11.3.3",
54
- "inquirer": "8.2.7",
55
- "keytar": "^7.9.0",
56
- "ora": "^4.1.1"
57
- },
58
- "devDependencies": {
59
- "@types/adm-zip": "^0.5.7",
60
- "@types/blessed": "^0.1.25",
61
- "@types/fs-extra": "^11.0.4",
62
- "@types/inquirer": "^9.0.9",
63
- "@types/jest": "^30.0.0",
64
- "@types/keytar": "^4.4.0",
65
- "@types/node": "24.10.9",
66
- "execa": "^5.1.1",
67
- "jest": "^30.0.0",
68
- "nodemon": "^3.0.1",
69
- "prettier": "^3.8.1",
70
- "ts-jest": "^29.4.6",
71
- "tsup": "^8.5.0",
72
- "tsx": "^4.20.4",
73
- "typescript": "^5.9.2"
74
- },
75
- "engines": {
76
- "node": ">=20.0.0",
77
- "npm": ">=9.0.0"
78
- }
79
- }
1
+ {
2
+ "name": "@sinch/cli",
3
+ "version": "0.2.1-beta.0",
4
+ "description": "Official Sinch CLI - Manage all Sinch products from your terminal",
5
+ "main": "dist/index.js",
6
+ "bin": {
7
+ "sinch": "bin/sinch"
8
+ },
9
+ "scripts": {
10
+ "start": "tsx src/index.ts",
11
+ "dev": "tsx watch src/index.ts",
12
+ "build": "tsc && node scripts/post-build.js",
13
+ "build:prod": "tsup src/index.ts --format cjs --dts --clean --minify",
14
+ "typecheck": "tsc --noEmit",
15
+ "test": "jest --config jest.config.js && jest --config tests/e2e/jest.config.js",
16
+ "test:unit": "jest --config jest.config.js",
17
+ "test:e2e": "jest --config tests/e2e/jest.config.js",
18
+ "test:e2e:staging": "jest --config tests/e2e/jest.config.js --env=staging",
19
+ "prepublishOnly": "npm run build:prod",
20
+ "format": "prettier --write .",
21
+ "format:check": "prettier --check ."
22
+ },
23
+ "keywords": [],
24
+ "author": "Sinch <support@sinch.com> (https://www.sinch.com)",
25
+ "license": "MIT",
26
+ "private": false,
27
+ "publishConfig": {
28
+ "access": "public",
29
+ "registry": "https://registry.npmjs.org/"
30
+ },
31
+ "homepage": "https://www.sinch.com/products/apis/voice/",
32
+ "files": [
33
+ "dist/",
34
+ "bin/",
35
+ "README.md",
36
+ "LICENSE"
37
+ ],
38
+ "dependencies": {
39
+ "@inquirer/prompts": "^8.2.0",
40
+ "@sinch/fax": "^1.0.0",
41
+ "@sinch/sdk-core": "^1.2.1",
42
+ "adm-zip": "^0.5.10",
43
+ "axios": "^1.13.3",
44
+ "blessed": "^0.1.81",
45
+ "chalk": "^4.1.2",
46
+ "chokidar": "^3.6.0",
47
+ "cli-spinners": "^2.9.2",
48
+ "cli-table3": "^0.6.3",
49
+ "clipboardy": "^5.1.0",
50
+ "commander": "^14.0.0",
51
+ "eventsource": "^4.0.0",
52
+ "form-data": "^4.0.0",
53
+ "fs-extra": "^11.3.3",
54
+ "inquirer": "8.2.7",
55
+ "keytar": "^7.9.0",
56
+ "ora": "^4.1.1"
57
+ },
58
+ "devDependencies": {
59
+ "@types/adm-zip": "^0.5.7",
60
+ "@types/blessed": "^0.1.25",
61
+ "@types/fs-extra": "^11.0.4",
62
+ "@types/inquirer": "^9.0.9",
63
+ "@types/jest": "^30.0.0",
64
+ "@types/keytar": "^4.4.0",
65
+ "@types/node": "24.10.9",
66
+ "execa": "^5.1.1",
67
+ "jest": "^30.0.0",
68
+ "nodemon": "^3.0.1",
69
+ "prettier": "^3.8.1",
70
+ "ts-jest": "^29.4.6",
71
+ "tsup": "^8.5.0",
72
+ "tsx": "^4.20.4",
73
+ "typescript": "^5.9.2"
74
+ },
75
+ "engines": {
76
+ "node": ">=20.0.0",
77
+ "npm": ">=9.0.0"
78
+ }
79
+ }