battlemetrics
Version:
A Promise-Based Battlemetrics API Wrapper
43 lines (42 loc) • 912 B
JSON
{
"name": "battlemetrics",
"version": "1.1.0",
"description": "A Promise-Based Battlemetrics API Wrapper",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"start": "node dist/index.js",
"build": "tsc -p tsconfig.build.json",
"dev": "ts-node src/index.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blained-dev/bm-api.git"
},
"keywords": [
"promise",
"battlemetrics",
"bm"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/blained-dev/bm-api/issues"
},
"homepage": "https://github.com/blained-dev/bm-api#readme",
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"nock": "^13.2.4",
"typescript": "^4.6.3"
},
"files": [
"dist/**/*"
],
"dependencies": {
"axios": "^0.26.1",
"qs": "^6.10.3",
"@types/qs": "^6.9.7"
}
}