diff --git a/package.json b/package.json new file mode 100644 index 0000000..c9d889a --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "valdict", + "version": "1.0.0", + "description": "A very simple computer readable online dictionary based entirely off of data from **[Wiktionary](https://en.wiktionary.org/wiki/Wiktionary:Main_Page)** that uses data made with **[Wiktextract](https://github.com/tatuylonen/wiktextract)**.", + "repository": { + "type": "git", + "url": "https://gitea.apexfight.net/apex/valDict.git" + }, + "license": " GFDL-1.3-or-later", + "author": "", + "type": "commonjs", + "main": "main.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + } +}