-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 849 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "mar.v2.exe",
"version": "7.5.1-beta.5",
"description": "'A Super Mario Bros.' fangame where something has changed changed changed changed changed changed changed changed changed... All rights of the Mario Franchise go to Nintendo",
"main": "public/index.js",
"scripts": {
"neu": "cd Mar.V2.exe.pack && npx neu run",
"build": "cd Mar.V2.exe.pack && npx neu build",
"start": "cd Mar.V2.exe.pack/dist/Mar.V2.exe/ && cmd /c Mar.V2.exe-win_x64.exe",
"remove": "rd /s /q Mar.V2.exe.pack\\dist",
"myedit": "node rcedit.js",
"execute": "npm run remove && npm run build && npm run myedit && npm run start"
},
"keywords": [
"javascript",
"javascript-game",
"mario-game",
"super-mario-bros"
],
"author": "Elijah Ledlow",
"license": "JSON",
"dependencies": {
"rcedit": "^4.0.1"
}
}