Cleaned some of the repo

This commit is contained in:
2021-07-12 09:41:13 -07:00
parent edb80a3431
commit df2ee3bf1b
57 changed files with 0 additions and 2235 deletions

14
scripts/package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "dawn",
"version": "1.0.0",
"repository": "https://YourWishes@github.com/YourWishes/Dawn.git",
"author": "Dominic Masters <dominic@domsplace.com>",
"license": "MIT",
"private": true,
"dependencies": {
"pngjs": "^6.0.0"
},
"scripts": {
"stitch": "node --max-heap-size=3840 ./tools/stitcher/index.js"
}
}