{ "name": "holi-unified-api", "version": "1.0.0", "type": "module", "scripts": { "dev": "mesh dev --port=4000", "start": "mesh dev --port=4000", "lint": "echo 'nothing to be linted ATM'", "test": "echo 'unit testing goes here'", "clean": "echo 'nothing to be done'", "clean:all": "rimraf node_modules" }, "dependencies": { "@graphql-mesh/cli": "^0.73.3", "@graphql-mesh/graphql": "^0.28.0", "@graphql-mesh/runtime": "^0.39.0", "graphql": "^16.5.0" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^3.2.0", "eslint": "^8.16.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.6.2" } }