Files
AFFiNE-Mirror/packages/plugin-cli/package.json
dependabot[bot] 26df16ed13 chore: bump rollup-plugin-swc3 from 0.9.1 to 0.10.1 (#3979)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 01:47:55 -05:00

23 lines
486 B
JSON

{
"name": "@affine/plugin-cli",
"type": "module",
"version": "0.9.0-canary.0",
"bin": {
"af": "./src/af.mjs"
},
"files": [
"src",
"tsconfig.json"
],
"dependencies": {
"@endo/static-module-record": "^0.8.1",
"@swc/core": "^1.3.80",
"@toeverything/infra": "workspace:^",
"@vanilla-extract/rollup-plugin": "^1.3.0",
"@vitejs/plugin-vue": "^4.3.3",
"rollup": "^3.28.1",
"rollup-plugin-swc3": "^0.10.1",
"ts-node": "^10.9.1"
}
}