gran
Version:
Local raid finder and notifier for GBF
31 lines (30 loc) • 519 B
JSON
{
"name": "gran",
"version": "1.0.1",
"description": "Local raid finder and notifier for GBF",
"license": "MIT",
"repository": "gakada/gran",
"main": "index.js",
"bin": "index.js",
"files": [
"assets"
],
"keywords": [
"gbf",
"granblue",
"raid",
"notifier",
"tweet",
"twitter"
],
"dependencies": {
"copy-paste": "^1.3.0",
"js-yaml": "^3.12.0",
"twit": "^2.2.11",
"yargs": "^12.0.1"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}