smartlog-destination-devtools/package.json
2020-07-10 00:28:54 +00:00

29 lines
777 B
JSON

{
"name": "@pushrocks/smartlog-destination-devtools",
"version": "1.0.8",
"private": false,
"description": "beautiful logging for the browser",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"testBrowser": "(parcel ./test/index.html)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tstest": "^1.0.40",
"@pushrocks/smartlog": "^2.0.35",
"@pushrocks/tapbundle": "^3.2.7",
"@types/node": "^14.0.20",
"parcel-bundler": "^1.12.4",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartlog-interfaces": "^2.0.20"
}
}