UNPKG

gbf-raidfinder-parser

Version:
57 lines (56 loc) 1.32 kB
{ "name": "gbf-raidfinder-parser", "version": "1.1.1", "description": "Parser for Granblue Fantasy raid tweets", "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": { "codecov": "codecov", "prepare": "npm run build", "build": "tsc", "lint": "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'", "test": "jest", "test:coverage": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/Frizz925/gbf-raidfinder-parser.git" }, "keywords": [ "granblue", "fantasy", "raidfinder", "twitter", "tweet", "raid" ], "author": "Izra Faturrahman <Frizz925@hotmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Frizz925/gbf-raidfinder-parser/issues" }, "homepage": "https://github.com/Frizz925/gbf-raidfinder-parser#readme", "devDependencies": { "@types/jest": "^22.1.0", "@types/node": "^9.3.0", "codecov": "^3.0.0", "jest": "^22.1.4", "ts-jest": "^22.0.1", "ts-node": "^4.1.0", "tslint": "^5.9.1", "typescript": "^2.6.2" }, "jest": { "moduleFileExtensions": [ "ts", "tsx", "js" ], "transform": { "\\.(ts|tsx)$": "ts-jest" }, "testMatch": [ "**/test/*.(spec|test).(ts|tsx|js)" ] } }