nexus/examples/star-wars/package.json

21 lines
506 B
JSON
Raw Permalink Normal View History

2018-11-09 01:04:48 +08:00
{
2018-12-07 00:35:59 +08:00
"name": "@graphql-nexus/example-swapi-example",
2018-11-09 01:04:48 +08:00
"version": "0.0.0",
2018-11-09 06:58:10 +08:00
"scripts": {
"start": "ts-node-dev --ignore-watch star-wars-typegen.ts --no-notify --transpile-only --respawn ./src"
2018-11-09 06:58:10 +08:00
},
2018-11-09 01:04:48 +08:00
"dependencies": {
"apollo-server": "^2.18.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-11-11 04:09:47 +08:00
"ts-node-dev": "^1.0.0-pre.30"
2018-11-09 01:04:48 +08:00
},
"devDependencies": {
"jest": "^23.6.0",
2019-11-12 03:57:21 +08:00
"prettier": "^1.19.1",
"ts-jest": "^24.1.0",
2022-02-18 01:47:40 +08:00
"typescript": "^4.5.5"
2018-11-09 01:04:48 +08:00
}
}