Published 60 @bytelyst/* packages to local Gitea npm registry. create-app skipped (private: true — internal scaffolding tool). Token regenerated with full write:package scope to fix E401.
25 lines
609 B
JSON
25 lines
609 B
JSON
{
|
|
"name": "@bytelyst/webhook-dispatch",
|
|
"version": "0.1.2",
|
|
"description": "Reusable webhook dispatch with HMAC-SHA256 signing, exponential backoff retry, and delivery tracking for ByteLyst product backends",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run --pool forks"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://gitea.bytelyst.com/api/packages/ByteLyst/npm/"
|
|
}
|
|
}
|