forked from goatcorp/bleatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 994 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
{
"name": "bleatbot",
"version": "1.0.0",
"description": "robogoat overlord",
"main": "dist/index.js",
"scripts": {
"init": "prisma generate && prisma migrate deploy",
"start": "tsnd --respawn --transpile-only --exit-child --watch src src/index.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "NotNite",
"license": "MIT",
"devDependencies": {
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa__router": "^8.0.11",
"@types/node": "^17.0.42",
"prisma": "^3.15.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@koa/router": "^10.1.1",
"@octokit/rest": "^18.12.0",
"@octokit/webhooks-types": "^5.8.0",
"@prisma/client": "^3.15.1",
"@types/yargs": "^17.0.10",
"date-fns": "^2.28.0",
"dotenv": "^16.0.1",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"parse-duration": "^1.0.2",
"yargs": "^17.5.1"
}
}