You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "whatsapp-individual",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"check": "npm run format && npm run lint",
|
|
"dev": "nodemon index.js",
|
|
"format": "prettier --write \"**/*.+(js|yml|yaml|json)\"",
|
|
"lint": "eslint .",
|
|
"start": "node index.js",
|
|
"test": "NODE_ENV=test jest'"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "5.16.0",
|
|
"eslint-config-prettier": "4.3.0",
|
|
"eslint-config-standard": "12.0.0",
|
|
"eslint-plugin-import": "2.17.2",
|
|
"eslint-plugin-jest": "22.5.1",
|
|
"eslint-plugin-node": "9.0.1",
|
|
"eslint-plugin-prettier": "3.1.0",
|
|
"eslint-plugin-promise": "4.1.1",
|
|
"eslint-plugin-standard": "4.0.0",
|
|
"husky": "2.3.0",
|
|
"nodemon": "1.19.0",
|
|
"prettier": "1.17.1"
|
|
},
|
|
"dependencies": {
|
|
"@koa/cors": "2.2.3",
|
|
"dotenv": "8.0.0",
|
|
"joi": "14.3.1",
|
|
"koa": "2.7.0",
|
|
"koa-bodyparser": "4.2.1",
|
|
"koa-compress": "3.0.0",
|
|
"koa-helmet": "4.1.0",
|
|
"koa-logger": "3.2.0",
|
|
"koa-router": "7.4.0",
|
|
"log4js": "^6.9.1",
|
|
"mysql2": "^3.11.5",
|
|
"sequelize": "^6.37.5",
|
|
"uuid": "3.3.2"
|
|
}
|
|
}
|