Converted compiler to JS

This commit is contained in:
2022-01-04 22:08:24 -08:00
parent dfd205ce22
commit 1cd4f76f50
6 changed files with 106 additions and 6 deletions

View File

@@ -5,7 +5,12 @@
"repository": "https://github.com/YourWishes/Dawn-GB.git",
"author": "Dominic Masters <dominic@domsplace.com>",
"license": "MIT",
"scripts": {
"clean": "node ./scripts/clean",
"build": "node ./scripts/build"
},
"dependencies": {
"pngjs": "^6.0.0"
"pngjs": "^6.0.0",
"rimraf": "^3.0.2"
}
}