{ "name": "apollo-upload-examples-api", "private": true, "license": "MIT", "author": { "name": "Jayden Seric", "email": "me@jaydenseric.com", "url": "https://jaydenseric.com" }, "repository": { "type": "git", "url": "https://github.com/jaydenseric/apollo-upload-examples.git", "directory": "api" }, "homepage": "https://github.com/jaydenseric/apollo-upload-examples#readme", "bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues", "funding": "https://github.com/sponsors/jaydenseric", "engines": { "node": "^12.20 || >= 14.13", "npm": ">= 7" }, "dependencies": { "apollo-server-koa": "^2.25.1", "dotenv": "^10.0.0", "graphql": "^15.5.0", "graphql-upload": "^12.0.0", "koa": "^2.13.1", "make-dir": "^3.1.0", "shortid": "^2.2.16" }, "devDependencies": { "eslint": "^7.28.0", "eslint-config-env": "^20.0.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jsdoc": "^35.1.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", "nodemon": "^2.0.7", "prettier": "^2.3.1" }, "scripts": { "test": "npm run test:eslint && npm run test:prettier", "test:eslint": "eslint .", "test:prettier": "prettier -c .", "dev": "nodemon", "start": "node -r dotenv/config server.mjs" } }