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

21 lines
463 B
JSON
Raw Permalink Normal View History

2018-11-30 00:47:20 +08:00
{
2018-12-07 00:35:59 +08:00
"name": "@graphql-nexus/ts-ast-reader",
2018-11-30 00:47:20 +08:00
"version": "0.0.0",
"license": "MIT",
2018-11-30 00:47:20 +08:00
"scripts": {
"start": "ts-node-dev --no-notify --transpileOnly --respawn ./src"
2018-11-30 00:47:20 +08:00
},
"dependencies": {
"apollo-server": "^2.18.1",
2018-12-02 06:28:41 +08:00
"fs-extra": "^7.0.1",
2022-02-18 01:47:40 +08:00
"graphql": "^16.3.0",
"graphql-tools": "^4.0.7",
2020-12-15 03:10:29 +08:00
"nexus": "^1.0.0",
2018-12-02 06:28:41 +08:00
"ts-node-dev": "1.0.0-pre.31",
2022-02-18 01:47:40 +08:00
"typescript": "^4.5.5"
2018-11-30 00:47:20 +08:00
},
"devDependencies": {
"@types/fs-extra": "^5.0.4"
}
}