-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 1.07 KB
/
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
{
"name": "trysterollup",
"version": "0.0.3",
"main": "trysterollup.js",
"unpkg": "trysterollup.min.js",
"author": "hchiam",
"description": "Game controller wrapper around Trystero for P2P multiplayer on the web.",
"license": "MIT",
"publishConfig": {
"@hchiam:registry": "https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hchiam/trysterollup.git"
},
"scripts": {
"pkg": "bash package.sh; git status -sb; echo; echo Make sure to update the version in package.json;",
"pub": "yarn publish",
"reminder": "echo '\n-------REMINDERS:------- \n\n1) just set up the package.json part of \n https://docs.github.com/en/packages/quickstart \n\n2) run \"yarn publish\" \n (instead of \"npm publish --access public\") \n (you will be prompted to log in with 2FA if you have that set up) \n\n-------OTHERWISE:------- \n\n yarn pkg # to minify \n yarn pub # to publish\n\n------------------------\n'"
},
"dependencies": {
"trystero": "0.20.0"
}
}