Skip to content
Permalink
43ff8c8f0f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
48 lines (48 sloc) 1.35 KB
{
"name": "DepressStop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "tsc -w",
"dev": "nodemon dist/index.js",
"start": "node dist/index.js",
"start2": "ts-node src/index.ts",
"create:migration": "npx typeorm migration:generate -d ./dist/app-data-source.js the_new_migration",
"run:migration": "npx typeorm migration:run -d ./dist/app-data-source.js",
"dev2": "nodemon --exec ts-node src/index.ts",
"build": "tsc -p .",
"start-prod": "NODE_ENV=production pm2 start dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/connect-redis": "^0.0.18",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/node": "^18.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {
"apollo-server-express": "^3.9.0",
"argon2": "^0.28.5",
"canvas": "^2.11.0",
"class-validator": "^0.13.2",
"connect-redis": "^6.1.3",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-session": "^1.17.3",
"face-api.js": "^0.22.2",
"graphql": "^15.3.0",
"node-fetch": "^3.3.0",
"nodemon": "^2.0.18",
"pg": "^8.7.3",
"redis": "^4.1.1",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.1.1",
"typeorm": "^0.3.7"
}
}