-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1 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
{
"name": "technical-test-junior-backend",
"version": "0.0.0",
"description": "",
"author": "web@molo17.com",
"license": "MIT",
"scripts": {
"start": "ts-node-dev --respawn --transpile-only src/index.ts",
"format": "prettier . --write",
"build": "tsc"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-functional": "^3.2.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-unused-imports": "^1.1.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MOLO17/technical-test-junior-backend.git"
},
"bugs": {
"url": "https://github.com/MOLO17/technical-test-junior-backend/issues"
},
"homepage": "https://github.com/MOLO17/technical-test-junior-backend#readme"
}