startit/single_page-app/package.json

17 lines
329 B
JSON
Raw Normal View History

2024-09-02 12:22:26 +02:00
{
"name": "single_page-app",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"connect": "^3.7.0",
"lit": "^3.2.0",
"serve-static": "^1.15.0"
}
}