12345678910111213141516171819202122 |
- {
- "name": "webhook-sign",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "volta": {
- "node": "22.12.0"
- },
- "dependencies": {
- "base-64": "^1.0.0",
- "body-parser": "^1.20.3",
- "crypto": "^1.0.1",
- "express": "^4.21.2",
- "node-rsa": "^1.1.1"
- }
- }
|