{ "name": "initkoa", "version": "1.0.0", "description": "", "type": "module", "main": "app.js", "imports": { "#root/*": "./*", "#home/*": "./src/*", "#routes/*": "./src/routes/*", "#common/*": "./src/common/*", "#config": "./config/config.js", "#task/*": "./src/task/*", "#workers/*": "./src/workers/*", "#protocol/*": "./src/protocol/*", "#processes/*": "./src/processes/*" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "format": "prettier --write \"src/**/*.js\"", "start": "cross-env NODE_ENV=production node bootstrap.js", "start:dev": "cross-env NODE_ENV=development nodemon bootstrap.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "ajv": "^8.12.0", "koa": "^2.14.2", "koa-body": "^6.0.1", "koa-compress": "^5.1.1", "koa-json-error": "^3.1.2", "koa-logger": "^3.2.1", "koa-ratelimit": "^5.0.1", "koa-router": "^12.0.1", "koa-useragent": "^4.1.0", "winston": "^3.11.0", "winston-daily-rotate-file": "^4.7.1" }, "devDependencies": { "cross-env": "^7.0.3", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "nodemon": "^3.0.1", "prettier": "^3.0.3" } }