tsup/test/package.json
EGOIST b4fd91aa4c feat: allow to use rollup for tree shaking
a new flag `--treeshake` as well as a config option `treeshake`
2022-05-25 16:24:05 +08:00

12 lines
205 B
JSON

{
"private": true,
"devDependencies": {
"@egoist/path-parser": "1.0.4",
"graphql": "^15.3.0",
"graphql-tools": "^5.0.0",
"vue": "3.2.36",
"vue-router": "4.0.15"
},
"tsup": {}
}