-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.68 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.68 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "1486707-typoteka-3",
"version": "1.0.0",
"description": "Типотека",
"main": ".src/service/service.js",
"scripts": {
"test": "npm run eslint && npm run jest",
"jest": "jest",
"eslint": "eslint --ext .js src/",
"start": "npm run start-servers",
"start-back-server": "cross-env LOG_LEVEL=error node -r dotenv/config ./src/service/service.js",
"start-back-server::debug": "cross-env LOG_LEVEL=info NODE_ENV=development node -r dotenv/config ./src/service/service.js",
"start-front-server": "node -r dotenv/config ./src/express/express.js",
"start-servers": "npx concurrently \"npm run start-back-server -- --server\" \"npm run start-front-server\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/vladn255/1486707-typoteka-3.git"
},
"author": "Nesvit_Vladislav",
"license": "ISC",
"bugs": {
"url": "https://github.com/vladn255/1486707-typoteka-3/issues"
},
"homepage": "https://github.com/vladn255/1486707-typoteka-3#readme",
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-htmlacademy": "0.6.0",
"jest": "28.0.0",
"nodemon": "2.0.15",
"pino-pretty": "7.5.1",
"sqlite3": "5.0.2",
"supertest": "6.2.2"
},
"dependencies": {
"axios": "0.25.0",
"bcrypt": "5.0.1",
"chalk": "4.1.2",
"concurrently": "6.3.0",
"connect-session-sequelize": "7.1.3",
"cross-env": "7.0.3",
"csurf": "1.11.0",
"dayjs": "1.10.7",
"dotenv": "14.2.0",
"express": "4.17.3",
"express-session": "1.17.2",
"joi": "17.6.0",
"multer": "1.4.4",
"nanoid": "3.2.0",
"pg": "8.7.3",
"pino": "6.14.0",
"pug": "3.0.2",
"sequelize": "6.13.0"
}
}