feat: init
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "edgeone-pages-hono-app",
|
||||
"scripts": {
|
||||
"deploy": "rm -rf ./node_modules && edgeone pages deploy ./ -n edgeone-hono-app -t ",
|
||||
"sync-docs": "node scripts/sync-docs.js",
|
||||
"build": "npm run sync-docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"highlight.js": "^11.11.1",
|
||||
"hono": "^4.7.10",
|
||||
"marked": "^15.0.12",
|
||||
"marked-highlight": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@edgeone/ef-types": "^1.0.5",
|
||||
"edgeone": "^1.0.21"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user