Init project

This commit is contained in:
2022-06-11 23:23:22 +07:00
parent a121d0acd4
commit 4c5135a44c
4 changed files with 550 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "simplestaticexpress",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/YuzuZensai/SimpleStaticExpress.git",
"author": "Yuzu <contact@kirameki.pink>",
"license": "GPL-3.0",
"private": true,
"dependencies": {
"express": "^4.18.1"
}
}