chore: upgrade dependencies
also, reformatting was applied by npm... Grrrr... It is what it is...
This commit is contained in:
parent
ae93ed6b7e
commit
219f877888
1 changed files with 13 additions and 17 deletions
30
package.json
30
package.json
|
|
@ -3,23 +3,6 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "port of Python standard library logging module",
|
"description": "port of Python standard library logging module",
|
||||||
"main": "index.js",
|
"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": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"build": "npm run build:release",
|
"build": "npm run build:release",
|
||||||
|
|
@ -30,5 +13,18 @@
|
||||||
"doc": "typedoc --entryPoints src/index.ts --html build/doc",
|
"doc": "typedoc --entryPoints src/index.ts --html build/doc",
|
||||||
"mypublish": "ts-node -P tsconfig.node.json scripts/publish.ts",
|
"mypublish": "ts-node -P tsconfig.node.json scripts/publish.ts",
|
||||||
"dist": "ts-node -P tsconfig.node.json scripts/pack.ts build/release dist"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue