mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 04:22:15 +03:00
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"name": "@affine/plugin-cli",
|
|
"type": "module",
|
|
"version": "0.8.0-canary.16",
|
|
"bin": {
|
|
"af": "./src/af.mjs"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"tsconfig.json"
|
|
],
|
|
"dependencies": {
|
|
"@endo/static-module-record": "^0.8.1",
|
|
"@swc/core": "^1.3.74",
|
|
"@toeverything/infra": "workspace:^",
|
|
"@vanilla-extract/rollup-plugin": "^1.2.2",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"rollup": "^3.27.0",
|
|
"rollup-plugin-swc3": "^0.9.1",
|
|
"ts-node": "^10.9.1"
|
|
}
|
|
}
|