package.json 529 B

12345678910111213141516171819
  1. {
  2. "name": "@mws/server",
  3. "version": "0.0.1",
  4. "description": "Server component for the Modular Web System",
  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. "dependencies": {
  12. "chalk": "^4.1.2",
  13. "ejs": "^3.1.8",
  14. "express": "^4.18.1",
  15. "express-ejs-layouts": "^2.5.1"
  16. },
  17. "mws_module": true,
  18. "publishConfig":{"registry":"https://registry.kairoscope.net"}
  19. }