nexus/examples/ts-ast-reader/package.json

21 lines
463 B
JSON

{
"name": "@graphql-nexus/ts-ast-reader",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "ts-node-dev --no-notify --transpileOnly --respawn ./src"
},
"dependencies": {
"apollo-server": "^2.18.1",
"fs-extra": "^7.0.1",
"graphql": "^16.3.0",
"graphql-tools": "^4.0.7",
"nexus": "^1.0.0",
"ts-node-dev": "1.0.0-pre.31",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/fs-extra": "^5.0.4"
}
}