package.json 225 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 { "name": "@graphql-community/shared", "version": "1.0.0", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "lodash": "4.17.20" }, "license": "MIT" }