UNPKG

@totoraj930/gbf-tweet-parser

Version:

Parser for Granblue Fantasy request backup tweets.

40 lines (39 loc) 964 B
{ "name": "@totoraj930/gbf-tweet-parser", "version": "1.0.3", "description": "Parser for Granblue Fantasy request backup tweets.", "main": "./build/index.js", "types": "./build/index.d.ts", "files": [ "build", "src" ], "scripts": { "test": "jest", "lint": "eslint .", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/totoraj930/gbf-tweet-parser.git" }, "author": "Reona Oshima (totoraj)", "license": "MIT", "bugs": { "url": "https://github.com/totoraj930/gbf-tweet-parser/issues" }, "homepage": "https://github.com/totoraj930/gbf-tweet-parser#readme", "keywords": [ "granblue" ], "devDependencies": { "@types/jest": "^29.4.0", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "eslint": "^8.34.0", "jest": "^29.4.3", "prettier": "^2.8.4", "ts-jest": "^29.0.5", "typescript": "^4.9.5" } }