smartlog-destination-devtools/package.json
2020-06-05 12:28:17 +00:00

29 lines
765 B
JSON

{
"name": "@pushrocks/smartlog-destination-devtools",
"version": "1.0.7",
"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/)",
"testBrowser": "(parcel ./test/index.html)",
"build": "(tsbuild)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/smartlog": "^2.0.21",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.11",
"parcel-bundler": "^1.12.4",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartlog-interfaces": "^2.0.15"
}
}