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