51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "beautylog",
|
|
"version": "5.0.6",
|
|
"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://github.com/pushrocks/beautylog.git"
|
|
},
|
|
"keywords": [
|
|
"log",
|
|
"color",
|
|
"console",
|
|
"beautiful"
|
|
],
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pushrocks/beautylog/issues"
|
|
},
|
|
"homepage": "https://github.com/pushrocks/beautylog",
|
|
"dependencies": {
|
|
"cli-color": "^1.1.0",
|
|
"cli-table2": "^0.2.0",
|
|
"colors": "1.1.2",
|
|
"figlet": "^1.1.2",
|
|
"lodash": "^4.13.0",
|
|
"ora": "^0.2.3",
|
|
"q": "^1.4.1",
|
|
"smartenv": "^1.2.5",
|
|
"typings-global": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"easyserve": "^0.0.5",
|
|
"gulp": "^3.9.1",
|
|
"gulp-browser": "^2.1.4",
|
|
"npmts": "^5.1.13"
|
|
}
|
|
}
|