We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aceefd7 commit b9da142Copy full SHA for b9da142
1 file changed
package.json
@@ -1,14 +1,23 @@
1
{
2
"name": "wol-redirect",
3
"version": "none",
4
- "description": "A Redirect and WoL Service",
+ "description": "",
5
+ "homepage": "https://github.com/CodeShellDev/wol-redirect#readme",
6
+ "bugs": {
7
+ "url": "https://github.com/CodeShellDev/wol-redirect/issues"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/CodeShellDev/wol-redirect.git"
12
13
+ "license": "MIT",
14
+ "author": "codeshelldev",
15
+ "type": "commonjs",
16
"main": "app.js",
17
"scripts": {
18
"test": "echo \"Error: no test specified\" && exit 1",
19
"start": "node ./src/app.js"
20
},
- "author": "codeshelldev",
- "license": "MIT",
21
"dependencies": {
22
"cookie-parser": "^1.4.7",
23
"ejs": "^3.1.10",
0 commit comments