restcountries-wrapper
Version:
A simple API wrapper for the API at https://restcountries.eu
29 lines (28 loc) • 765 B
JSON
{
"name": "restcountries-wrapper",
"version": "2.0.1",
"description": "A simple API wrapper for the API at https://restcountries.eu",
"main": "./Library/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpiderMath/restcountries-wrapper.git"
},
"keywords": [
"restcountries",
"restcountry"
],
"author": "RishiMath",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/SpiderMath/restcountries-wrapper/issues"
},
"homepage": "https://github.com/SpiderMath/restcountries-wrapper#readme",
"devDependencies": {
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"typescript": "^4.2.3"
}
}