mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
BREAKING CHANGE: - Removed `run` command - Using `esbuild` instead of `rollup` for bundling, `dts` file is still generated by rollup.
8 lines
106 B
JSON
8 lines
106 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"graphql-tools": "^5.0.0",
|
|
"graphql": "^15.3.0"
|
|
}
|
|
}
|