-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 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
{
"name": "koa-ecs-winston-format",
"version": "0.1.10",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"version": "npm run build && git add package.json",
"build": "tsc",
"prepublishOnly": "rm -rf ./src && cp -r ./dist/* . && rm -rf ./dist",
"postpublish": "git clean -fd && git reset --hard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ecube-Labs/koa-ecs-winston-format.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ecube-Labs/koa-ecs-winston-format/issues"
},
"homepage": "https://github.com/Ecube-Labs/koa-ecs-winston-format#readme",
"peerDependencies": {
"koa": "^2.14.1",
"winston": "^3.8.2"
},
"devDependencies": {
"@ecubelabs/tsconfig": "^1.0.0",
"@types/jest": "^29.2.5",
"@types/koa": "^2.13.5",
"@types/koa-joi-router": "^8.0.4",
"@types/node": "^18.11.18",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"ts-node-dev": "^2.0.0"
}
}