-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
41
{
"name": "komutan-logger",
"version": "0.1.0",
"description": "Komutan-Logger also known as Commander Logger.",
"main": "/src/infra/logger.js",
"scripts": {
"start": "node src/infra/logger.js",
"start:dev": "nodemon src/infra/logger.js",
"test": "npx jest"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FARUK-YILDIRIM/Komutan-Logger.git"
},
"keywords": [
"logger"
],
"author": "Ö. Faruk YILDIRIM",
"license": "ISC",
"bugs": {
"url": "https://github.com/FARUK-YILDIRIM/Komutan-Logger/issues"
},
"homepage": "https://github.com/FARUK-YILDIRIM/Komutan-Logger#readme",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"supertest": "^6.3.4"
},
"dependencies": {
"dotenv": "^16.4.2",
"fastify": "^4.26.0"
}
}