smartlog-source-ora/package.json

28 lines
698 B
JSON
Raw Normal View History

2019-05-09 17:17:03 +00:00
{
"name": "@pushrocks/smartlog-source-ora",
2019-05-28 10:04:42 +00:00
"version": "1.0.8",
2019-05-09 17:17:03 +00:00
"private": false,
"description": "a smartlog source wrapping ora for local display",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
2019-05-28 10:04:41 +00:00
"@gitzone/tstest": "^1.0.24",
2019-05-09 17:17:03 +00:00
"@pushrocks/tapbundle": "^3.0.7",
2019-05-28 10:04:41 +00:00
"@types/node": "^12.0.2",
2019-05-09 17:17:03 +00:00
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartlog-interfaces": "^2.0.5",
"ora": "^3.4.0"
}
2019-05-20 15:53:21 +00:00
}