svix
Version:
Svix webhooks API client and webhook verification library
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "svix",
"version": "1.67.0",
"description": "Svix webhooks API client and webhook verification library",
"author": "svix",
"repository": "https://github.com/svix/svix-libs",
"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": "yarn run build",
"test": "jest",
"prepublishOnly": "yarn lint",
"lint:eslint": "eslint src",
"lint:prettier": "prettier src",
"lint": "yarn run lint:prettier --check && yarn run lint:eslint --max-warnings=0",
"lint:fix": "yarn run lint:eslint --fix && yarn run lint:prettier --write"
},
"dependencies": {
"@stablelib/base64": "^1.0.0",
"@types/node": "^22.7.5",
"es6-promise": "^4.2.8",
"fast-sha256": "^1.3.0",
"svix-fetch": "^3.0.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@stablelib/utf8": "^2.0.0",
"@types/jest": "^29.5.13",
"@types/url-parse": "1.4.11",
"eslint": "^9.20.1",
"globals": "^15.15.0",
"jest": "^29.7.0",
"mockttp": "^3.15.5",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^4.0",
"typescript-eslint": "^8.24.0"
}
}