21 lines
412 B
JSON
21 lines
412 B
JSON
{
|
|
"name": "4play",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.lolcat.ca/lolcat/4get/"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"author": "lolcat",
|
|
"type": "commonjs",
|
|
"main": "page-render.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@lawlers/4play": "^1.2.5",
|
|
"ws": "^8.21.2"
|
|
}
|
|
}
|