From c23e7b5a18755fae96752f80205ae9a168eb722c Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Tue, 21 Jun 2022 20:40:41 -0700 Subject: [PATCH] npm init --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..82c4c77 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "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" +}