[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-graphql-server-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

1.4 kB 57 lines
1{ 2 "name": "nuxt-graphql-server", 3 "version": "1.1.4", 4 "license": "MIT", 5 "repository": "https://github.com/productdevbook/nuxt-graphql-server-module", 6 "homepage": "https://github.com/productdevbook/nuxt-graphql-server-module", 7 "type": "module", 8 "author": { 9 "name": "Mehmet - productdevbook", 10 "email": "hi@productdevbook.com" 11 }, 12 "contributors": [ 13 "Intevel <hi@productdevbook.com>" 14 ], 15 "exports": { 16 ".": { 17 "import": "./dist/module.mjs", 18 "require": "./dist/module.cjs" 19 } 20 }, 21 "main": "./dist/module.cjs", 22 "types": "./dist/types.d.ts", 23 "files": [ 24 "dist" 25 ], 26 "scripts": { 27 "prepack": "nuxt-module-build", 28 "dev": "nuxi dev playground", 29 "dev:build": "nuxi build playground", 30 "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", 31 "release": "nuxt-module-build && standard-version && git push --follow-tags && npm publish", 32 "lint": "eslint --ext .js,.ts,.vue" 33 }, 34 "dependencies": { 35 "@nuxt/kit": "npm:@nuxt/kit-edge@latest", 36 "standard-version": "^9.3.2" 37 }, 38 "devDependencies": { 39 "@nuxt/module-builder": "latest", 40 "@nuxtjs/eslint-config-typescript": "latest", 41 "eslint": "latest", 42 "nuxt3": "latest" 43 }, 44 "keywords": [ 45 "nuxt", 46 "graphql", 47 "nuxtjs", 48 "nuxt-module", 49 "vue3", 50 "nuxt3", 51 "graphql-module", 52 "nuxt-graphql", 53 "nuxtgraphql", 54 "nuxt-community" 55 ], 56 "packageManager": "yarn@3.2.0" 57}