1234567891011121314151617 |
- {
- "name": "back-end",
- "version": "1.0.0",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "description": "",
- "dependencies": {
- "body-parser": "^2.2.0",
- "express": "^5.1.0",
- "pg": "^8.16.3"
- }
- }
|