Fixed package.json
This commit is contained in:
parent
4f3772febf
commit
38418bc917
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user