@mome0320/kartrider.js-fetch
Version:
KartRider library interacting with Nexon API use fetch
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "@mome0320/kartrider.js-fetch",
"version": "0.0.9",
"description": "KartRider library interacting with Nexon API use fetch",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "MoartMedia <u.hello@kakao.com>",
"license": "MIT",
"keywords": [
"tmi",
"nexon",
"kart",
"nexon.com",
"kartrider"
],
"dependencies": {
"cross-fetch": "^3.1.4",
"got": "^11.8.2",
"stream-json": "^1.7.1",
"unzipper": "^0.10.11"
},
"bugs": {
"url": "https://github.com/Discord-Kartrider-bot/kartrider.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Discord-Kartrider-bot/kartrider.js.git"
},
"scripts": {
"test": "yarn mocha test/**/*.ts"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/chai": "^4.2.18",
"@types/lodash": "^4.14.170",
"@types/mocha": "^8.2.2",
"@types/node": "^15.6.0",
"@types/node-fetch": "^2.5.10",
"@types/stream-json": "^1.7.0",
"@types/unzipper": "^0.10.3",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}