mirror of https://github.com/msgbyte/tailchat
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			26 lines
		
	
	
		
			594 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			26 lines
		
	
	
		
			594 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "name": "oauth-demo",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "private": true,
 | 
						|
  "description": "",
 | 
						|
  "main": "index.js",
 | 
						|
  "scripts": {
 | 
						|
    "start": "ts-node ./index.ts",
 | 
						|
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
						|
  },
 | 
						|
  "author": "moonrailgun <moonrailgun@gmail.com>",
 | 
						|
  "license": "MIT",
 | 
						|
  "dependencies": {
 | 
						|
    "express": "^4.18.2",
 | 
						|
    "fs-extra": "^11.1.0",
 | 
						|
    "tailchat-server-sdk": "workspace:^"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/express": "^4.17.15",
 | 
						|
    "@types/fs-extra": "^9.0.13",
 | 
						|
    "@types/node": "^18.13.0",
 | 
						|
    "ts-node": "^10.9.1",
 | 
						|
    "typescript": "^4.9.5"
 | 
						|
  }
 | 
						|
}
 |