nexus/examples/star-wars/package.json

21 lines
504 B
JSON

{
"name": "@graphql-nexus/example-swapi-example",
"version": "0.0.0",
"scripts": {
"start": "ts-node-dev --ignore-watch star-wars-typegen.ts --no-notify --transpile-only --respawn ./src"
},
"dependencies": {
"apollo-server": "^2.18.1",
"graphql": "^15.3.0",
"graphql-tools": "^4.0.7",
"nexus": "^1.0.0",
"ts-node-dev": "^1.0.0-pre.30"
},
"devDependencies": {
"jest": "^23.6.0",
"prettier": "^1.19.1",
"ts-jest": "^24.1.0",
"typescript": "^3.9"
}
}