From e73dab0f5290ada4e1e443c66a6b58f7199a6b41 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Sat, 10 Feb 2024 12:10:07 +1100 Subject: [PATCH] Add kontra w/ npm auto-update --- packages/k/kontra.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 packages/k/kontra.json diff --git a/packages/k/kontra.json b/packages/k/kontra.json new file mode 100644 index 000000000..93043b82e --- /dev/null +++ b/packages/k/kontra.json @@ -0,0 +1,42 @@ +{ + "name": "kontra", + "description": "Kontra HTML5 game development library", + "filename": "echarts.min.js", + "keywords": [ + "HTML5", + "JavaScript", + "game", + "library", + "js13k" + ], + "autoupdate": { + "source": "npm", + "target": "kontra", + "fileMap": [ + { + "basePath": "", + "files": [ + "kontra.d.ts", + "kontra.js", + "kontra.min.js", + "kontra.min.mjs", + "kontra.mjs" + ] + } + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/straker/kontra.git" + }, + "homepage": "https://github.com/straker/kontra", + "license": "MIT", + "authors": [ + { + "name": "Steven Lambert" + } + ], + "optimization": { + "js": false + } +}