deprecate nat-globelet-playground

This commit is contained in:
2023-04-28 09:07:04 -06:00
parent e198adfd39
commit 0950da705b
8 changed files with 1 additions and 1 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"
},
"scripts": {
"postinstall": "dts2hx --all"
},
"version": "0.0.0"
}