node-destiny-2
Version:
API Wrapper for Destiny 2 in Node.js
37 lines (36 loc) • 737 B
JSON
{
"name": "node-destiny-2",
"version": "0.3.1",
"description": "API Wrapper for Destiny 2 in Node.js",
"main": "index.js",
"scripts": {
"test": "jest --coverage"
},
"keywords": [
"Destiny",
"2",
"Destiny2",
"API",
"Wrapper",
"Async",
"Node.js"
],
"author": {
"name": "Brandon Manke",
"email": "manke.brandon@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandonmanke/node-destiny-2.git"
},
"homepage": "https://github.com/brandonmanke/node-destiny-2",
"license": "MIT",
"devDependencies": {
"codecov": "^3.8.1",
"jest": "^29.7.0"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}