chore: upgrade dependencies

also, reformatting was applied by npm... Grrrr... It is what it is...
This commit is contained in:
Rodney, Tiara 2025-04-25 18:09:00 +02:00
parent ae93ed6b7e
commit 219f877888
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

View file

@ -3,23 +3,6 @@
"version": "1.0.0",
"description": "port of Python standard library logging module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ByteB4rb1e/esm-logging.git"
},
"author": "Tiara Rodney",
"license": "UNLICENSED",
"main": "index.js",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.27.7",
"typescript": "^5.7.3"
},
"scripts": {
"test": "jest",
"build": "npm run build:release",
@ -30,5 +13,18 @@
"doc": "typedoc --entryPoints src/index.ts --html build/doc",
"mypublish": "ts-node -P tsconfig.node.json scripts/publish.ts",
"dist": "ts-node -P tsconfig.node.json scripts/pack.ts build/release dist"
},
"repository": {
"type": "git",
"url": "https://github.com/ByteB4rb1e/esm-logging.git"
},
"author": "Tiara Rodney",
"license": "UNLICENSED",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typedoc": "^0.27.9",
"typescript": "^5.8.3"
}
}