-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 899 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
{
"name": "edizon-mario-rabbids-config",
"version": "0.5.0",
"description": "A \"Mario + Rabbids: Kingdom Battle\" configuration for EdiZon.",
"main": "scripts/index.js",
"scripts": {
"build": "node -r dotenv/config ./scripts build",
"deploy": "node -r dotenv/config ./scripts deploy",
"build:deploy": "npm run build && npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mschinis/edizon-mario-rabbids-config.git"
},
"keywords": [
"nintendo",
"switch",
"mario",
"rabbids",
"cheats",
"edizon",
"homebrew"
],
"author": "mschinis",
"license": "MIT",
"bugs": {
"url": "https://github.com/mschinis/edizon-mario-rabbids-config/issues"
},
"homepage": "https://github.com/mschinis/edizon-mario-rabbids-config#readme",
"dependencies": {
"dotenv": "^6.2.0",
"promise-ftp": "^1.3.5"
}
}