Files
templates/web/other/graphql-modules-yoga-starter/package.json

32 lines
799 B
JSON

{
"name": "graphql-modules-yoga-starter",
"version": "1.0.0",
"description": "A starter template for GraphQL modules and GraphQL Yoga (database agnostic)",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node-dev --exit-child --respawn src/main.ts",
"start": "ts-node src/main.ts"
},
"keywords": [
"graphql",
"graphql",
"yoga",
"node"
],
"author": "Zvonimir Rudinski <zvonki12@gmail.com>",
"license": "ISC",
"dependencies": {
"@envelop/graphql-modules": "^6.0.0",
"graphql": "^16.8.1",
"graphql-modules": "^2.3.0",
"graphql-yoga": "^5.3.1"
},
"devDependencies": {
"@types/node": "18.16.16",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.6"
}
}