mma-website/package.json

11 lines
235 B
JSON
Raw Normal View History

2023-01-02 19:19:30 +00:00
{
"name": "mma_website_docker",
"version": "0.1",
"description": "Generic Website",
"author": "Mahesh Asolkar <mahesh@mahesha.com>",
"main": "website.js",
"scripts": {
"start": "node website.js"
}
}