skopecreep 0.0.1 → 0.0.2

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/index.js +1 -0
  2. package/package.json +4 -1
package/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  console.log(
2
3
  "skopecreep is not released yet. The real CLI is coming soon: https://github.com/Gprad-Work/skopecreep"
3
4
  );
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "skopecreep",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Name reserved for an upcoming CLI that audits the configuration and granted scope of AI coding agents (Claude Code, Codex, Cursor, Windsurf, Copilot). Full release coming soon.",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
+ "bin": {
8
+ "skopecreep": "index.js"
9
+ },
7
10
  "license": "MIT",
8
11
  "author": "Geet Pradhan",
9
12
  "repository": {