agentdeps 0.2.0 → 0.4.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 (3) hide show
  1. package/README.md +12 -2
  2. package/dist/index.js +168 -168
  3. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentdeps",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "Declarative dependency manager for AI coding agent skills and subagents",
5
5
  "module": "src/index.ts",
6
6
  "type": "module",
@@ -11,7 +11,8 @@
11
11
  "dev": "bun run --watch src/index.ts",
12
12
  "build": "bun build ./src/index.ts --outdir ./dist --target node --minify",
13
13
  "test": "bun test",
14
- "start": "bun run src/index.ts"
14
+ "start": "bun run src/index.ts",
15
+ "prepare": "git config core.hooksPath .githooks"
15
16
  },
16
17
  "keywords": [
17
18
  "ai",