-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 964 Bytes
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "pinger.ts-dev",
"version": "1.0.0-5",
"description": "Need to keep your websites up 24/7 but are hosted on Glitch or repl.it? Use this simple NPM package to do so! (This is the development version of pinger.ts)",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/picturebooks/pinger.ts-dev.git"
},
"keywords": [
"ping",
"websitepinger",
"pinger",
"replituptime",
"glitchuptime",
"replit",
"glitch"
],
"author": "Kieran Schuler",
"license": "BSD",
"bugs": {
"url": "https://github.com/picturebooks/pinger.ts-dev/issues"
},
"homepage": "https://github.com/picturebooks/pinger.ts-dev#readme",
"dependencies": {
"axios": "^0.25.0",
"discord.js": "^14.6.0",
"express": "^4.17.3"
},
"private": false,
"devDependencies": {
"@types/node": "^18.11.4"
}
}