ObjToSchematic/package.json
Lucas Dower 4a0b99c560 Rewrite
2021-07-02 23:26:28 +01:00

35 lines
947 B
JSON

{
"name": "objtoschematic",
"version": "0.1.0",
"description": "A tool to convert .obj files into voxels and then into Minecraft Schematic files",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/LucasDower/ObjToSchematic.git"
},
"author": "Lucas Dower",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/LucasDower/ObjToSchematic/issues"
},
"homepage": "https://github.com/LucasDower/ObjToSchematic#readme",
"devDependencies": {
"electron": "^13.1.4",
"expand-vertex-data": "^1.1.2",
"load-wavefront-obj": "^0.8.0",
"obj-file-parser": "^0.5.3",
"tslint": "^6.1.3",
"twgl.js": "^4.19.1",
"typescript": "^4.3.5",
"wavefront-obj-parser": "^2.0.1"
},
"dependencies": {
"bootstrap": "^5.0.2",
"obj2json": "^0.3.0"
}
}