/
opt
/
canhelp
/
node_modules
/
svix
/
/opt/canhelp/node_modules/svix
mkdir
upload
Name
Size
Mode
Actions
dist/
-
0755
rm
src/
-
0755
rm
package.json
988
0644
edit
dl
rm
README.md
2081
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/svix/package.json
(988B)
{ "name": "svix", "version": "1.88.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" } }
Save
cmd:
run