extra-life-api
Version:
A node module to integrate with the extra-life API
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "extra-life-api",
"version": "8.0.0",
"description": "A node module to integrate with the extra-life API",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ammuench/extra-life-api.git"
},
"author": "Alex Muench",
"keywords": [
"extra",
"life",
"api",
"typescript",
"extralife",
"extra-life"
],
"bugs": {
"url": "https://github.com/ammuench/extra-life-api/issues"
},
"homepage": "https://github.com/ammuench/extra-life-api",
"files": [
"dist"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"clean": "rimraf lib",
"demo": "npm run build && node dist/demo.js",
"lint": "tslint --force --format verbose \"src/**/*.ts\"",
"build": "npm run clean && npm run lint && echo Using TypeScript && tsc --version && tsc --pretty"
},
"dependencies": {
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/node-fetch": "^2.3.7",
"rimraf": "^2.6.3",
"ts-node": "^8.3.0",
"tslint": "^5.3.2",
"typescript": "^3.5.2"
},
"engines": {
"node": ">=4.0.0"
}
}