kartrider.js
Version:
KartRider Nexon API Node.js library
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "kartrider.js",
"version": "0.2.0",
"description": "KartRider Nexon API Node.js library",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "MoartMedia <u.hello@kakao.com>",
"license": "MIT",
"keywords": [
"tmi",
"nexon",
"kart",
"nexon.com",
"kartrider"
],
"files": [
"dist"
],
"dependencies": {
"got": "^11.0.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/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"
}
}