tsup/test/package.json
Kevin Titor a4714a7eb0
feat: use esbuild for bundling (#72)
BREAKING CHANGE:

- Removed `run` command
- Using `esbuild` instead of `rollup` for bundling, `dts` file is still generated by rollup.
2020-07-20 16:45:18 +08:00

8 lines
106 B
JSON

{
"private": true,
"devDependencies": {
"graphql-tools": "^5.0.0",
"graphql": "^15.3.0"
}
}