Dawn/package.json
2021-06-12 07:54:22 -07:00

15 lines
341 B
JSON

{
"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"
}
}