duo-wrapper
Version:
simple Duolingo API wrapper without needing to login
22 lines (21 loc) • 416 B
JSON
{
"name": "duo-wrapper",
"version": "1.3.0",
"description": "simple Duolingo API wrapper without needing to login",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"duolingo",
"simple",
"api",
"wrapper"
],
"author": "Barnacled",
"license": "MIT",
"dependencies": {
"node-fetch": "^3.2.8"
}
}