smartlog-destination-devtools/package.json
2018-11-13 01:32:39 +01:00

29 lines
731 B
JSON

{
"name": "beautybrowser",
"version": "1.0.3",
"private": false,
"description": "beautiful logging for the browser",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"testBrowser": "(parcel ./test/index.html)",
"build": "(tsbuild)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/smartlog": "^2.0.9",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.5",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartlog-interfaces": "^2.0.3",
"parcel-bundler": "^1.10.3"
}
}