WIP nat-globelet-playground

This commit is contained in:
2022-08-10 13:49:56 +00:00
parent 7ae640d1fd
commit a32e5fd09b
7 changed files with 1240 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"main": "index.js",
"name": "nat_globelet_playground",
"description": "An ExpressJS website made with Kisslang",
"title": "nat-globelet-playground",
"dependencies": {
"express": "^4.18.1",
"@types/express": "^4.17.13"
},
"devDependencies": {
"dts2hx": "^0.19.0"
},
"version": "0.0.0",
"scripts": {
"postinstall": "dts2hx --all"
}
}