smartlog-destination-devtools/package.json

29 lines
758 B
JSON
Raw Normal View History

2018-03-01 22:39:03 +00:00
{
2018-11-13 00:58:54 +00:00
"name": "@pushrocks/smartlog-destination-devtools",
2018-11-13 00:58:55 +00:00
"version": "1.0.7",
2018-11-13 00:32:39 +00:00
"private": false,
2018-03-01 22:39:03 +00:00
"description": "beautiful logging for the browser",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2018-11-13 00:32:39 +00:00
"test": "(tstest test/)",
"testBrowser": "(parcel ./test/index.html)",
"build": "(tsbuild)"
2018-03-01 22:39:03 +00:00
},
"devDependencies": {
2018-11-13 00:32:39 +00:00
"@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",
2018-11-13 00:40:21 +00:00
"parcel-bundler": "^1.10.3",
2018-11-13 00:32:39 +00:00
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
2018-03-01 22:39:03 +00:00
},
"dependencies": {
2018-11-13 00:40:21 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.3"
2018-03-01 22:39:03 +00:00
}
}