smartlog-destination-local/package.json
2016-09-02 12:50:07 +02:00

54 lines
1.6 KiB
JSON

{
"name": "beautylog",
"version": "5.0.20",
"description": "beautiful logging, TypeScript ready",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"testbrowser": "(npm test) && (node testbrowser.js)",
"gitsetup": "(git config push.followTags true)",
"push": "(git push origin master && git push origin release && git push --follow-tags)",
"reinstall": "(rm -r node_modules && npm install)",
"release": "(npm test) && (git pull origin master && npm version patch && git checkout release && git merge master && git checkout master && npm run push)",
"update": "(git checkout master && git pull origin master) && (npm install)",
"upgrade": "(npm run update) && (ncu upgradeAll && npm install)"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/pushrocks/beautylog.git"
},
"keywords": [
"log",
"color",
"console",
"beautiful"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/beautylog/issues"
},
"homepage": "https://gitlab.com/pushrocks/beautylog",
"dependencies": {
"@types/colors": "0.x.x",
"@types/lodash": "4.x.x",
"@types/loggly": "1.x.x",
"@types/q": "0.x.x",
"cli-color": "^1.1.0",
"cli-table2": "^0.2.0",
"colors": "1.1.2",
"figlet": "^1.1.2",
"lodash": "^4.15.0",
"loggly": "^1.1.0",
"ora": "^0.3.0",
"q": "^1.4.1",
"smartenv": "^1.2.5",
"typings-global": "^1.0.13"
},
"devDependencies": {
"npmts-g": "^5.2.8",
"typings-test": "^1.0.2"
}
}