19 lines
500 B
JSON
19 lines
500 B
JSON
{
|
|
"name": "Dawn-GB",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/YourWishes/Dawn-GB.git",
|
|
"author": "Dominic Masters <dominic@domsplace.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "node ./scripts/clean",
|
|
"build": "npm run clean && node ./scripts/build",
|
|
"bgb": "wine ./bgb/bgb64.exe ./build/Penny.gb",
|
|
"start": "npm run build && npm run bgb"
|
|
},
|
|
"dependencies": {
|
|
"pngjs": "^6.0.0",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|