mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 05:25:00 +03:00
20 lines
337 B
JSON
20 lines
337 B
JSON
{
|
|
"name": "@affine/cli",
|
|
"type": "module",
|
|
"private": true,
|
|
"bin": {
|
|
"dev-web": "./src/dev.mjs"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./src/dev.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@clack/core": "^0.3.2",
|
|
"@clack/prompts": "^0.6.3"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.3"
|
|
},
|
|
"version": "0.5.4-canary.26"
|
|
}
|