42 lines
988 B
JSON
42 lines
988 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|