-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "moelem-backend",
"version": "1.0.0",
"description": "Для молодежной организации ЭЛЕМ",
"main": "app.js",
"scripts": {
"start": "pm2 start src/app.js --interpreter babel-node --watch && pm2 logs all",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Loovery/moelem-backend.git"
},
"author": "Grigorii Korepanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Loovery/moelem-backend/issues"
},
"homepage": "https://github.com/Loovery/moelem-backend#readme",
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/node": "^7.6.1",
"@babel/preset-env": "^7.6.0",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
},
"dependencies": {
"await-to-js": "^2.1.1",
"dotenv": "^8.1.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"express": "^4.17.1",
"moment": "^2.24.0",
"mongoose": "^5.7.0",
"saslprep": "^1.0.3",
"telegraf": "^3.32.0"
}
}