-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.41 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "tslog78",
"version": "1.7.2",
"description": "TSLog78 arranges different log levels by priority. (TSLog78 按日志优先级安排不同的日志等级)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": {
"name": "Frieda.Hu ",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/www778878net/TsLog78.git"
},
"license": "Apache-2.0",
"files": [
"src",
"dist"
],
"keywords": [
"typescript",
"koa",
"7788",
"www778878net",
"nodejs",
"logging",
"multi-level",
"debugging"
],
"scripts": {
"dev": "git checkout develop && git merge main ",
"main": "node hooks/mergeBranches.js",
"build": "tsc",
"clean": "rimraf dist",
"test": "cross-env NODE_ENV=development jest",
"test:prod": "cross-env NODE_ENV=production jest",
"test:test": "cross-env NODE_ENV=test jest",
"prepublishOnly": "npm run build",
"preversion": "npm test",
"version": "git add -A",
"postversion": "git push --follow-tags && git checkout develop && git merge main && git push origin develop",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major",
"precommit": "node hooks/pre-commit.js",
"prepush": "node hooks/pre-push.js",
"hooks": "node hooks/install-hooks.js"
},
"engines": {
"node": ">=18.0.0"
},
"bundledDependencies": false,
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"cross-env": "^7.0.3",
"crypt": "^0.0.2",
"eslint": "^9.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.35.2",
"fs": "0.0.1-security",
"iconv-lite": "^0.6.3",
"jest": "^29.7.0",
"mochawesome": "^7.1.3",
"nodemon": "^3.1.4",
"shelljs": "^0.8.5",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
},
"bundleDependencies": [],
"dependencies": {
"@types/reflect-metadata": "^0.1.0",
"axios": "^1.7.7",
"inversify": "^6.0.2",
"reflect-metadata": "^0.2.2",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0"
}
}