tripline 0.0.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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # tripline
2
+
3
+ A local webhook receiver that logs every delivery, forwards to local ports, and fires coding agents.
4
+
5
+ Placeholder — not yet released. See https://tripline.dev
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "tripline",
3
+ "version": "0.0.0",
4
+ "license": "MIT",
5
+ "description": "A local webhook receiver that logs every delivery, forwards to local ports, and fires coding agents.",
6
+ "keywords": ["webhook", "webhooks", "receiver", "tunnel", "replay", "agent"],
7
+ "homepage": "https://tripline.dev",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/chroxify/tripline.git",
11
+ "directory": "packages/tripline"
12
+ },
13
+ "bugs": { "url": "https://github.com/chroxify/tripline/issues" },
14
+ "author": "Christo Todorov",
15
+ "files": ["README.md"],
16
+ "publishConfig": { "access": "public" }
17
+ }