{ "name": "panulat", "version": "1.1", "description": "", "main": "app/index.mjs", "scripts": { "start": "node dist/index.js", "lint": "eslint app --ext .ts" }, "author": "Leonardo Bishop", "dependencies": { "axios": "^1.4.0", "chokidar": "^3.5.3", "dateformat": "^5.0.2", "dotenv-defaults": "^3.0.0", "ejs": "^3.1.6", "escape-html": "^1.0.3", "express": "^4.17.1", "glob": "^7.2.0", "gray-matter": "^4.0.3", "marked": "^6.0.0", "winston": "^3.3.3", "ws": "^8.13.0" }, "type": "module", "devDependencies": { "@types/ws": "^8.5.4", "@types/dateformat": "^5.0.0", "@types/escape-html": "^1.0.1", "@types/express": "^4.17.13", "@types/glob": "^7.2.0", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "eslint": "^8.5.0" } }