{ "name": "mail-subscription-service", "version": "0.1.0", "description": "Subscribe and unsubscribe users from lists", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "James Peret (http://jamesperet.com)", "license": "ISC", "dependencies": { "chalk": "^4.1.2", "express": "^4.17.1", "mongoose": "^6.0.5" } }