-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
16 lines (16 loc) · 891 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "coordinate_hunt",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "Sterling Daniels",
"license": "Proprietary License Agreement\n\nCopyright (c) [2024] [Risentide LLC]\n\n1. You may not copy, modify, distribute, or use this software in any manner except as expressly permitted by the author.\n\n2. You may not use this software for commercial purposes without explicit written permission from the author.\n\n3. This software is provided \"as is\" without any warranty, express or implied. The author is not responsible for any damages resulting from the use of this software.\n\n4. Any unauthorized use, reproduction, or distribution of this software is prohibited.",
"description": "",
"dependencies": {
"express": "^4.19.2"
}
}