UNPKG

coc-api

Version:

Yet another Clash of Clans API, but with TS support

32 lines (31 loc) 686 B
{ "name": "coc-api", "version": "1.0.1", "description": "Yet another Clash of Clans API, but with TS support", "main": "dest/index.js", "scripts": { "transpile": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/lbrustad/node-coc-api.git" }, "keywords": [ "coc", "coc-api", "clash-of-clans" ], "author": "Lasse Brustad", "license": "MIT", "bugs": { "url": "https://github.com/lbrustad/node-coc-api/issues" }, "homepage": "https://github.com/lbrustad/node-coc-api#readme", "dependencies": { "axios": "^0.21.1" }, "devDependencies": { "@types/node": "^15.12.2", "typescript": "^4.4.3" } }