mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 02:51:57 +03:00
19 lines
305 B
JSON
19 lines
305 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"
|
|
}
|
|
}
|