FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
41
node_modules/svix/package.json
generated
vendored
Normal file
41
node_modules/svix/package.json
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "svix",
|
||||
"version": "1.90.0",
|
||||
"description": "Svix webhooks API client and webhook verification library",
|
||||
"author": "svix",
|
||||
"repository": "https://github.com/svix/svix-webhooks",
|
||||
"type": "commonjs",
|
||||
"keywords": [
|
||||
"svix",
|
||||
"diahook",
|
||||
"webhooks",
|
||||
"typescript"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"src",
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"prepare": "npm run build",
|
||||
"test": "tsc -p tsconfig.test.json && node --enable-source-maps test_build/src/index.test.js",
|
||||
"prepublishOnly": "biome check",
|
||||
"check": "biome check",
|
||||
"check:fix": "biome check --write",
|
||||
"fmt": "biome format --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"standardwebhooks": "1.0.0",
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.2.4",
|
||||
"@stablelib/utf8": "^2.0.0",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"mockttp": "^3.15.5",
|
||||
"typescript": "^4.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user