@blitzreels/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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +12 -3
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Scoped wrapper for the primary `blitzreels` CLI package.
4
4
 
5
+ Official website: https://blitzreels.com/
6
+
7
+ This CLI is designed for AI agents to edit videos inside BlitzReels.
8
+
5
9
  Use this package when you prefer a scoped npm install name. The primary command
6
10
  surface is the same as `blitzreels`.
7
11
 
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "@blitzreels/cli",
3
- "version": "0.1.0",
4
- "description": "Scoped package wrapper for the BlitzReels CLI.",
3
+ "version": "0.1.1",
4
+ "description": "Scoped CLI package for AI agents to edit videos inside BlitzReels.",
5
+ "homepage": "https://blitzreels.com/",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/blitzreels/blitzreels.git",
9
+ "directory": "packages/scoped-cli"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/blitzreels/blitzreels/issues"
13
+ },
5
14
  "type": "module",
6
15
  "main": "./dist/index.js",
7
16
  "types": "./dist/index.d.ts",
@@ -19,7 +28,7 @@
19
28
  "README.md"
20
29
  ],
21
30
  "dependencies": {
22
- "blitzreels": "^0.1.0"
31
+ "blitzreels": "^0.1.1"
23
32
  },
24
33
  "publishConfig": {
25
34
  "access": "public"