initial commit
This commit is contained in:
		
							
								
								
									
										22
									
								
								server/package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								server/package.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,22 @@
 | 
			
		||||
{
 | 
			
		||||
	"name": "server",
 | 
			
		||||
	"version": "1.0.0",
 | 
			
		||||
	"description": "",
 | 
			
		||||
	"license": "ISC",
 | 
			
		||||
	"author": "",
 | 
			
		||||
	"type": "commonjs",
 | 
			
		||||
	"main": "index.js",
 | 
			
		||||
	"scripts": {
 | 
			
		||||
		"watch": "nodemon dist/index.js",
 | 
			
		||||
		"test": "echo \"Error: no test specified\" && exit 1"
 | 
			
		||||
	},
 | 
			
		||||
	"dependencies": {
 | 
			
		||||
		"@koa/router": "^14.0.0",
 | 
			
		||||
		"koa": "^3.0.1"
 | 
			
		||||
	},
 | 
			
		||||
	"devDependencies": {
 | 
			
		||||
		"@types/koa": "^3.0.0",
 | 
			
		||||
		"@types/koa__router": "^12.0.4",
 | 
			
		||||
		"nodemon": "^3.1.10"
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user