123456789101112131415 |
- {
- "name": "server-invite",
- "version": "1.0.0",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "description": "",
- "dependencies": {
- "express": "^4.19.2",
- "pg-promise": "^11.8.0"
- }
- }
|