@leoua/coc-api
Version:
Yet another Clash of Clans API, but with TS support
35 lines (34 loc) • 719 B
JSON
{
"name": "@leoua/coc-api",
"version": "1.0.1",
"description": "Yet another Clash of Clans API, but with TS support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"scripts": {
"transpile": "tsc",
"prepare": "yarn transpile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lbrustad/node-coc-api.git"
},
"keywords": [
"coc",
"coc-api",
"clash-of-clans"
],
"files": [
"dist/**/*",
"types/**/*"
],
"author": "Lasse Brustad",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@types/node": "^15.12.2",
"typescript": "^4.4.3"
}
}