mirror of https://github.com/MaxLeiter/Drift
				
				
				
			
			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.
		
		
		
		
		
			
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "name": "sequelize-typescript-starter",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "description": "",
 | 
						|
  "main": "index.ts",
 | 
						|
  "scripts": {
 | 
						|
    "start": "ts-node index.ts",
 | 
						|
    "dev": "nodemon index.ts",
 | 
						|
    "build": "tsc -p ."
 | 
						|
  },
 | 
						|
  "author": "",
 | 
						|
  "license": "ISC",
 | 
						|
  "dependencies": {
 | 
						|
    "bcrypt": "^5.0.1",
 | 
						|
    "body-parser": "^1.18.2",
 | 
						|
    "cors": "^2.8.5",
 | 
						|
    "dotenv": "^16.0.0",
 | 
						|
    "express": "^4.16.2",
 | 
						|
    "express-jwt": "^6.1.1",
 | 
						|
    "jsonwebtoken": "^8.5.1",
 | 
						|
    "nodemon": "^2.0.15",
 | 
						|
    "reflect-metadata": "^0.1.10",
 | 
						|
    "sequelize": "^6.17.0",
 | 
						|
    "sequelize-typescript": "^2.1.3",
 | 
						|
    "sqlite3": "https://github.com/mapbox/node-sqlite3#918052b538b0effe6c4a44c74a16b2749c08a0d2",
 | 
						|
    "strong-error-handler": "^4.0.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/bcrypt": "^5.0.0",
 | 
						|
    "@types/cors": "^2.8.12",
 | 
						|
    "@types/express": "^4.0.39",
 | 
						|
    "@types/express-jwt": "^6.0.4",
 | 
						|
    "@types/jsonwebtoken": "^8.5.8",
 | 
						|
    "@types/node": "^17.0.21",
 | 
						|
    "ts-node": "^10.6.0",
 | 
						|
    "tslint": "^6.1.3",
 | 
						|
    "typescript": "^4.6.2"
 | 
						|
  }
 | 
						|
}
 |