V3
This commit is contained in:
17
package.json
17
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hibas123/logging",
|
||||
"version": "2.6.1",
|
||||
"version": "3.0.0",
|
||||
"description": "",
|
||||
"main": "out/index.js",
|
||||
"types": "out/index.d.ts",
|
||||
@ -8,7 +8,8 @@
|
||||
"scripts": {
|
||||
"prepublish": "npm run build",
|
||||
"build": "tsc && tsc -p tsconfig.esm.json",
|
||||
"dev": "nodemon -e ts --exec ts-node src/test.ts"
|
||||
"test": "tsc && node out/test.js",
|
||||
"postpublish": "denreg publish"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -24,12 +25,10 @@
|
||||
"readme.md"
|
||||
],
|
||||
"devDependencies": {
|
||||
"concurrently": "^5.3.0",
|
||||
"nodemon": "^2.0.4",
|
||||
"ts-node": "^9.0.0",
|
||||
"typescript": "^4.0.3"
|
||||
"concurrently": "^6.0.2",
|
||||
"nodemon": "^2.0.7",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hibas123/utils": "^2.2.10"
|
||||
}
|
||||
"dependencies": {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user