Skip to content

Commit

Permalink
feat: add meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
devianllert committed Aug 31, 2019
1 parent 03069d8 commit db82fca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 74 deletions.
71 changes: 0 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "discord-yamusic",
"version": "0.0.0",
"private": true,
"description": "Discord Bot for Yandex.Music",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -35,8 +36,7 @@
"winston-daily-rotate-file": "^3.10.0",
"winston-mail": "^2.0.0",
"winston-timestamp-colorize": "^1.0.4",
"winston-transport": "^4.3.0",
"yandex-music-api": "0.0.3"
"winston-transport": "^4.3.0"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
Expand Down Expand Up @@ -74,5 +74,13 @@
"npm run lint:fix",
"git add ."
]
}
},
"engines": {
"node": ">= 12.9.1",
"npm": ">= 6.9.0"
},
"os": [
"darwin",
"linux"
]
}

0 comments on commit db82fca

Please sign in to comment.