{
"name": "@osd/logging",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"main": "./target/index.js",
"scripts": {
"build": "tsc",
"osd:bootstrap": "yarn build",
"osd:watch": "yarn build --watch"
},
"dependencies": {
"@osd/std": "1.0.0"
},
"devDependencies": {
"typescript": "4.0.2"
}
}