| 123456789101112131415 |
- {
- "name": "cinema",
- "version": "1.0.0",
- "description": "тестовый сервер для разбора демо-экзамена по мобильной разработке",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "kei",
- "license": "ISC",
- "dependencies": {
- "cors": "^2.8.5",
- "express": "^4.18.2"
- }
- }
|