Cleaned some of the repo
This commit is contained in:
14
scripts/package.json
Normal file
14
scripts/package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user