mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-29 00:22:56 +03:00
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"name": "@affine/plugin-cli",
|
|
"type": "module",
|
|
"version": "0.9.0-canary.7",
|
|
"bin": {
|
|
"af": "./src/af.mjs"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"tsconfig.json"
|
|
],
|
|
"dependencies": {
|
|
"@endo/static-module-record": "^0.8.1",
|
|
"@swc/core": "^1.3.81",
|
|
"@toeverything/infra": "workspace:^",
|
|
"@vanilla-extract/rollup-plugin": "^1.3.0",
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
"rollup": "^3.28.1",
|
|
"rollup-plugin-swc3": "^0.10.1",
|
|
"ts-node": "^10.9.1"
|
|
}
|
|
}
|