Initial commit

This commit is contained in:
Mike Conrad
2024-10-23 10:42:55 -04:00
commit cc4a321837
6 changed files with 933 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "slimtoolkit-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"carbone": "^3.5.6",
"express": "^4.21.1"
}
}