@kyoji2/raindrop-cli
Advanced tools
+6
-2
| { | ||
| "name": "@kyoji2/raindrop-cli", | ||
| "version": "0.1.4", | ||
| "version": "0.1.5", | ||
| "description": "AI-native CLI for Raindrop.io", | ||
@@ -41,3 +41,7 @@ "author": "kyoji2", | ||
| "build": "bun build src/index.ts --outdir dist --target bun && chmod +x dist/index.js", | ||
| "typecheck": "tsc --noEmit" | ||
| "typecheck": "tsc --noEmit", | ||
| "release": "bun run scripts/release.ts", | ||
| "release:patch": "bun run scripts/release.ts patch", | ||
| "release:minor": "bun run scripts/release.ts minor", | ||
| "release:major": "bun run scripts/release.ts major" | ||
| }, | ||
@@ -44,0 +48,0 @@ "dependencies": { |
+12
-0
@@ -20,2 +20,14 @@ # raindrop-cli | ||
| ## Release | ||
| ```bash | ||
| # Bump and release (runs lint + tests, commits, tags, pushes) | ||
| bun run release:patch | ||
| bun run release:minor | ||
| bun run release:major | ||
| # Or set an explicit version | ||
| bun run release -- 1.2.3 | ||
| ``` | ||
| ## Installation | ||
@@ -22,0 +34,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
817772
0.05%243
5.19%