File size: 211 Bytes
8969f81
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"dependencies": {
		"@types/koa": "^2.0.48",
		"@types/koa-router": "^7.0.40",
		"koa": "^2.7.0",
		"koa-router": "^7.4.0",
		"typescript": "^3.5.1"
	},
	"scripts": {
		"start": "tsc && node dist/id.js"
	}
}