31 lines
843 B
JSON
31 lines
843 B
JSON
{
|
|
"name": "@plastichub/osr-log",
|
|
"version": "0.1.6",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "tsc -p . -w --declaration",
|
|
"build": "tsc -p . --declaration",
|
|
"link-dev": "sh scripts/link-dev"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "OSR - Plastic.org",
|
|
"dependencies": {
|
|
"@datalust/winston-seq": "^2.0.0",
|
|
"@plastichub/core": "^0.1.9",
|
|
"@plastichub/fs": "^0.13.40",
|
|
"@plastichub/osr-commons": "^0.5.0",
|
|
"p-map": "^4.0.0",
|
|
"rotating-file-stream": "^3.2.5",
|
|
"tslog": "^4.9.3",
|
|
"winston": "^3.17.0",
|
|
"winston-transport": "^4.9.0",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.12.0"
|
|
}
|
|
}
|