forked from Mra1k3r0/SELFPINGER-SAIKIDESU-BETA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 897 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
{
"name": "selfpinger-saikidesu-beta",
"version": "1.3.3",
"description": "A simple self made pinger with a simple method by SaikiDesu.",
"main": "secre.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon secre.js"
},
"keywords": [],
"author": "SaikiDesu",
"license": "MIT",
"dependencies": {
"aws-serverless-koa": "^1.0.2",
"axios": "^1.2.4",
"chalk": "^4.1.2",
"koa": "^2.14.1",
"koa-body": "^6.0.1",
"koa-json": "^2.0.2",
"koa-router": "^12.0.0",
"nodemon": "^3.0.0",
"snekfetch": "^4.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mraikero-01/SELFPINGER-SAIKIDESU-BETA.git"
},
"bugs": {
"url": "https://github.com/mraikero-01/SELFPINGER-SAIKIDESU-BETA/issues"
},
"homepage": "https://github.com/mraikero-01/SELFPINGER-SAIKIDESU-BETA#readme"
}