npm manifest

This commit is contained in:
apex 2025-06-25 02:16:35 -04:00
parent c0a73acd03
commit 801c17f4c2

16
package.json Normal file
View File

@ -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"
}
}