-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "tuk-tuk",
"version": "1.0.0",
"description": "\"Тук-тук\" is a service where people already renting an apartment can find a roommates who share common interests to share rent, or find a group of people to search for a desired apartment together.",
"main": "index.js",
"engines": {
"node": "14.x",
"npm": "6.x"
},
"scripts": {
"test": "jest",
"lint": "eslint client/",
"lint:fix": "eslint client/ --fix",
"check-format": "prettier ./ --check",
"format": "prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danil0110/tuk-tuk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danil0110/tuk-tuk/issues"
},
"homepage": "https://github.com/danil0110/tuk-tuk#readme",
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1"
}
}