123456789101112131415161718 |
- {
- "name": "seq",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "express": "^4.16.3",
- "express-graphql": "^0.6.12",
- "graphql": "^0.13.2",
- "mysql2": "^1.5.3",
- "sequelize": "^4.37.10"
- }
- }
|