npm manifest
This commit is contained in:
parent
c0a73acd03
commit
801c17f4c2
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user