mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-12-11 20:15:30 +01:00
Fixed missing build script
This commit is contained in:
parent
a775fc0403
commit
98d78712c6
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "objtoschematic",
|
||||
"version": "0.7.4",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "objtoschematic",
|
||||
"version": "0.7.4",
|
||||
"version": "0.0.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@loaders.gl/core": "^3.3.1",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "objtoschematic",
|
||||
"private": true,
|
||||
"version": "0.7.4",
|
||||
"version": "0.0.0",
|
||||
"description": "A tool to convert .obj files into voxels and then into Minecraft Schematic files",
|
||||
"main": "./dist/src/main.js",
|
||||
"engines": {
|
||||
@ -15,7 +15,8 @@
|
||||
"dist": "webpack --config ./webpack.prod.js",
|
||||
"atlas": "ts-node ./tools/build-atlas.ts",
|
||||
"palette": "ts-node ./tools/build-palette.ts",
|
||||
"headless": "ts-node ./tools/run-headless.ts"
|
||||
"headless": "ts-node ./tools/run-headless.ts",
|
||||
"build": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user