Files
kiss-vscode/projects/_deprecated/nat-globelet-playground/package.json

17 lines
352 B
JSON

{
"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"
}