smartlog-destination-devtools/package.json

21 lines
431 B
JSON

{
"name": "beautybrowser",
"version": "1.0.2",
"description": "beautiful logging for the browser",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"smartlog": "^1.0.3",
"tapbundle": "^2.0.0"
},
"dependencies": {
"smartlog-interfaces": "^1.0.8"
}
}