specsmd 0.0.6 → 0.0.7

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 (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {
@@ -45,8 +45,7 @@
45
45
  "gradient-string": "^2.0.2",
46
46
  "js-yaml": "^4.1.0",
47
47
  "oh-my-logo": "^0.4.0",
48
- "prompts": "^2.4.2",
49
- "terminal-image": "^4.1.0"
48
+ "prompts": "^2.4.2"
50
49
  },
51
50
  "engines": {
52
51
  "node": ">=14.0.0"