Initial commit
Static site generation from md wip
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "blog",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"init": "npm install -g firebase-tools && firebase login",
|
||||
"serve": "serve .dist"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"serve": "^14.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^20.6.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user