From 33afb10991c7327a604754f01b8a7f6672911592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leit=C3=A3o=20da=20Cunha=20Opice=20Le=C3=A3o?= <121963234+eduardoleao052@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:40:29 -0300 Subject: [PATCH] Add js-pytorch w/ npm auto-update (#1914) * Create js-pytorch * Add js-pytorch w/ npm auto-update * Rename js-pytorch to js-pytorch.json * Update js-pytorch.json --------- Co-authored-by: Matt Cowley --- packages/j/js-pytorch.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 packages/j/js-pytorch.json diff --git a/packages/j/js-pytorch.json b/packages/j/js-pytorch.json new file mode 100644 index 000000000..bc968ee39 --- /dev/null +++ b/packages/j/js-pytorch.json @@ -0,0 +1,36 @@ +{ + "name": "js-pytorch", + "description": "Deep Learning JavaScript library with PyTorch's syntax, and GPU acceleration.", + "homepage": "https://eduardoleao052.github.io/js-pytorch/site/index.html", + "filename": "js-pytorch-browser.js", + "repository": { + "type": "git", + "url": "https://github.com/eduardoleao052/js-pytorch" + }, + "keywords": [ + "deep-learning", + "ai", + "pytorch", + "machine-learning", + "neural-networks" + ], + "license": "MIT", + "autoupdate": { + "source": "npm", + "target": "js-pytorch", + "fileMap": [ + { + "basePath": "dist", + "files": [ + "js-pytorch-browser.js" + ] + } + ] + }, + "authors": [ + { + "name": "Eduardo Leitão da Cunha Opice Leão", + "email": "eduardoleao052@gmail.com" + } + ] +}