mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat: init package cli (#1646)
This commit is contained in:
15
packages/cli/package.json
Normal file
15
packages/cli/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user