retinue 0.1.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 (1) hide show
  1. package/package.json +16 -0
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "retinue",
3
+ "version": "0.1.0",
4
+ "description": "Retinue for Claude Code — zero-config curated bundles of Claude Code skills, agents, and hooks",
5
+ "main": "index.js",
6
+ "bin": {
7
+ "retinue": "index.js"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
+ },
12
+ "keywords": ["claude-code", "claude", "ai", "agents", "skills", "hooks"],
13
+ "author": "",
14
+ "license": "ISC",
15
+ "homepage": "https://useretinue.com"
16
+ }