smartlog-destination-devtools/package.json

29 lines
765 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",
2020-06-05 12:28:18 +00:00
"version": "1.0.8",
2018-11-13 00:32:39 +00:00
"private": false,
2018-03-01 22:39:03 +00:00
"description": "beautiful logging for the browser",
2020-06-05 12:28:17 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-03-01 22:39:03 +00:00
"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": {
2020-06-05 12:28:17 +00:00
"@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"
2018-03-01 22:39:03 +00:00
},
"dependencies": {
2020-06-05 12:28:17 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.15"
2018-03-01 22:39:03 +00:00
}
}