You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
612 B
25 lines
612 B
{
|
|
"name": "tatoeba-api",
|
|
"version": "1.0.0",
|
|
"description": "A proxy of the Tatoeba API with no CORS restrictions.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ElnuDev/tatoeba-api.git"
|
|
},
|
|
"author": "ElnuDev",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/ElnuDev/tatoeba-api/issues"
|
|
},
|
|
"homepage": "https://github.com/ElnuDev/tatoeba-api#readme",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.1",
|
|
"node-fetch": "^2.6.7"
|
|
}
|
|
}
|