-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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": "@yc-w-cn/nest-easy-logger",
"version": "1.0.7",
"description": "Nest Easy Logger is built for print formatted things.",
"author": "[email protected]",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yc-w-cn/nest-easy-logger.git"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.json",
"test": "mocha src/**/*.spec.ts",
"test:dev": "mocha -w --watch-files \"src\" src/**/*.spec.ts"
},
"keywords": [
"nestjs",
"logger"
],
"bugs": {
"url": "https://github.com/yc-w-cn/nest-easy-logger/issues"
},
"homepage": "https://github.com/yc-w-cn/nest-easy-logger/#readme",
"license": "MIT",
"dependencies": {
"@nestjs/common": "^10.2.7"
},
"devDependencies": {
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/sinon": "^10.0.20",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"sinon": "^17.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}