Fixed package.json

This commit is contained in:
Roni Lehto 2021-08-21 16:57:07 +03:00
parent 4f3772febf
commit 38418bc917

View File

@ -1,13 +1,13 @@
{
"name": "xschem",
"version": "1.0.0",
"description": "",
"description": "A tool for converting Prismarine-compatible schematics (.schem files) to a very simple JSON format",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"author": "Xeno-tiimi",
"license": "MIT",
"dependencies": {
"prismarine-schematic": "^1.2.1"
}