package.json 491 B

123456789101112131415161718
  1. {
  2. "name": "@mws/carmen-castillo-landing-page",
  3. "version": "0.0.2",
  4. "description": "A landing page for the Carmen Castillo Imoveis project",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "James Peret <james.peret@gmail.com> (http://jamesperet.com/)",
  10. "license": "ISC",
  11. "mws_module": true,
  12. "publishConfig": {
  13. "registry": "https://registry.kairoscope.net"
  14. },
  15. "dependencies": {
  16. "express": "^4.18.1"
  17. }
  18. }