webring/package.json

16 lines
248 B
JSON
Raw Normal View History

2023-07-01 15:37:34 -04:00
{
"name": "webring-shit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-07-01 15:48:07 -04:00
"start": "node index.mjs"
2023-07-01 15:37:34 -04:00
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}