add package.json
This commit is contained in:
29
server/package.json
Normal file
29
server/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "@lawlers/4play",
|
||||
"version": "1.2.5",
|
||||
"description": "4play and dominate",
|
||||
"keywords": [
|
||||
"4play",
|
||||
"fplay",
|
||||
"foreplay",
|
||||
"browser-automation",
|
||||
"puppeteer",
|
||||
"selenium",
|
||||
"playwright",
|
||||
"firefox"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.lolcat.ca/lolcat/4play"
|
||||
},
|
||||
"license": "AGPL-3.0-only",
|
||||
"author": "lolcat",
|
||||
"type": "commonjs",
|
||||
"main": "fplay.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": "^8.21.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user