canvaslms-cli 1.4.7 → 1.5.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,76 +1,71 @@
1
- {
2
- "name": "canvaslms-cli",
3
- "version": "1.4.7",
4
- "description": "A command line tool for interacting with Canvas LMS API",
5
- "keywords": [
6
- "canvas",
7
- "cli",
8
- "api",
9
- "instructure",
10
- "lms",
11
- "education",
12
- "canvas-lms"
13
- ],
14
- "homepage": "https://github.com/caphefalumi/Canvas-CLI#readme",
15
- "bugs": {
16
- "url": "https://github.com/caphefalumi/Canvas-CLI/issues"
17
- },
18
- "repository": {
19
- "type": "git",
20
- "url": "git+https://github.com/caphefalumi/Canvas-CLI.git"
21
- },
22
- "license": "MIT",
23
- "author": {
24
- "name": "Your Name",
25
- "email": "your.email@example.com"
26
- },
27
- "type": "module",
28
- "main": "dist/index.js",
29
- "types": "dist/index.d.ts",
30
- "bin": {
31
- "canvaslms-cli": "dist/src/index.js",
32
- "canvas": "dist/src/index.js"
33
- },
34
- "files": [
35
- "dist/",
36
- "README.md",
37
- "CHANGELOG.md"
38
- ],
39
- "scripts": {
40
- "build": "tsc",
41
- "dev": "tsc --watch",
42
- "start": "bun dist/src/index.js",
43
- "prepublishOnly": "npm run build",
44
- "test": "echo \"Error: no test specified\" && exit 1",
45
- "lint": "echo \"Add linting here\"",
46
- "format": "echo \"Add formatting here\"",
47
- "setup": "powershell -ExecutionPolicy Bypass -File setup.ps1",
48
- "postinstall": "echo \"Canvas CLI installed successfully! Run 'canvas config' to get started.\""
49
- },
50
- "dependencies": {
51
- "adm-zip": "^0.5.16",
52
- "axios": "^1.6.0",
53
- "canvaslms-cli": "^1.4.4",
54
- "chalk": "^5.4.1",
55
- "commander": "^11.1.0",
56
- "form-data": "^4.0.3"
57
- },
58
- "devDependencies": {
59
- "@types/adm-zip": "^0.5.7",
60
- "@types/minimatch": "^6.0.0",
61
- "@types/node": "^24.10.0",
62
- "eslint": "^8.0.0",
63
- "prettier": "^3.0.0",
64
- "typescript": "^5.9.3"
65
- },
66
- "engines": {
67
- "node": ">=14.0.0",
68
- "npm": ">=6.0.0"
69
- },
70
- "preferGlobal": true,
71
- "os": [
72
- "win32",
73
- "darwin",
74
- "linux"
75
- ]
76
- }
1
+ {
2
+ "name": "canvaslms-cli",
3
+ "version": "1.5.1",
4
+ "description": "A command line tool for interacting with Canvas LMS API",
5
+ "keywords": [
6
+ "canvas",
7
+ "cli",
8
+ "api",
9
+ "instructure",
10
+ "lms",
11
+ "education",
12
+ "canvas-lms"
13
+ ],
14
+ "homepage": "https://github.com/caphefalumi/Canvas-CLI#readme",
15
+ "bugs": {
16
+ "url": "https://github.com/caphefalumi/Canvas-CLI/issues"
17
+ },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/caphefalumi/Canvas-CLI.git"
21
+ },
22
+ "license": "MIT",
23
+ "author": {
24
+ "name": "Your Name",
25
+ "email": "your.email@example.com"
26
+ },
27
+ "type": "module",
28
+ "main": "dist/index.js",
29
+ "types": "dist/index.d.ts",
30
+ "bin": {
31
+ "canvaslms-cli": "dist/src/index.js",
32
+ "canvas": "dist/src/index.js"
33
+ },
34
+ "files": [
35
+ "dist/",
36
+ "README.md",
37
+ "CHANGELOG.md"
38
+ ],
39
+ "scripts": {
40
+ "build": "tsc",
41
+ "dev": "tsc --watch",
42
+ "start": "bun dist/src/index.js",
43
+ "prepublishOnly": "npm run build",
44
+ "postinstall": "echo \"Canvas CLI installed successfully! Run 'canvas config' to get started.\""
45
+ },
46
+ "dependencies": {
47
+ "adm-zip": "^0.5.16",
48
+ "axios": "^1.6.0",
49
+ "chalk": "^5.4.1",
50
+ "commander": "^11.1.0",
51
+ "form-data": "^4.0.3"
52
+ },
53
+ "devDependencies": {
54
+ "@types/adm-zip": "^0.5.7",
55
+ "@types/minimatch": "^6.0.0",
56
+ "@types/node": "^24.10.0",
57
+ "eslint": "^8.0.0",
58
+ "prettier": "^3.0.0",
59
+ "typescript": "^5.9.3"
60
+ },
61
+ "engines": {
62
+ "node": ">=14.0.0",
63
+ "npm": ">=6.0.0"
64
+ },
65
+ "preferGlobal": true,
66
+ "os": [
67
+ "win32",
68
+ "darwin",
69
+ "linux"
70
+ ]
71
+ }