123456789101112131415161718 |
- {
- "name": "project",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "express": "^4.17.1",
- "express-graphql": "^0.12.0",
- "graphql": "^15.5.0",
- "mariadb": "^2.5.3",
- "sequelize": "^6.6.2"
- }
- }
|