mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 05:01:17 +00:00
Implements FeedSource interface. Accepts external location pushes, provides context to downstream sources, does not produce feed items. Supports configurable history size. Co-authored-by: Ona <no-reply@ona.com>
14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"name": "@aris/source-location",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test src/"
|
|
},
|
|
"dependencies": {
|
|
"@aris/core": "workspace:*"
|
|
}
|
|
}
|