gbf-raidfinder
Version:
JavaScript library for tracking Granblue Fantasy raid tweets from Twitter
68 lines (67 loc) • 1.66 kB
JSON
{
"name": "gbf-raidfinder",
"version": "2.0.2",
"description": "JavaScript library for tracking Granblue Fantasy raid tweets from Twitter",
"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-js.git"
},
"keywords": [
"gbf",
"granblue",
"fantasy",
"raid",
"tweet",
"twitter"
],
"author": "Izra Faturrahman <Frizz925@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Frizz925/gbf-raidfinder-js/issues"
},
"homepage": "https://github.com/Frizz925/gbf-raidfinder-js#readme",
"dependencies": {
"@frizz925/twitter": "^1.7.3",
"deep-extend": "^0.5.0",
"gbf-raidfinder-parser": "^1.1.1"
},
"devDependencies": {
"@types/deep-extend": "^0.4.31",
"@types/dotenv": "^4.0.2",
"@types/jest": "^22.1.3",
"@types/node": "^9.4.6",
"@types/request": "^2.47.0",
"codecov": "^3.0.0",
"dotenv": "^5.0.0",
"jest": "^22.3.0",
"ts-jest": "^22.0.4",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.8.0",
"typescript": "^2.7.2"
},
"jest": {
"testURL": "http://localhost",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"\\.(ts|tsx)$": "ts-jest"
},
"testMatch": [
"<rootDir>/test/**/*.(spec|test).(ts|tsx|js)"
]
}
}