-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"name": "typoteka",
"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": "nodemon ./src/service/service.js --server 3000",
"start.dev": "nodemon ./src/service/service.js",
"start-front-server": "nodemon ./src/express/express.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikhailkaryamin/959581-typoteka-3.git"
},
"author": "Mikhail Karyamin",
"license": "ISC",
"bugs": {
"url": "https://github.com/mikhailkaryamin/959581-typoteka-3/issues"
},
"homepage": "https://github.com/mikhailkaryamin/959581-typoteka-3#readme",
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-htmlacademy": "0.6.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "28.1.3",
"lodash": "4.17.21",
"nodemon": "2.0.18",
"prettier": "2.7.1",
"supertest": "6.2.4"
},
"dependencies": {
"axios": "0.27.2",
"chalk": "4.1.2",
"express": "4.18.1",
"multer": "1.4.5-lts.1",
"nanoid": "3.0.0",
"pino": "8.4.2",
"pug": "3.0.2"
}
}