[ABANDONED] API server for Flexor social network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

37 lines
1.0 KiB

{
"name": "flexor-api",
"description": "Flexor API server.",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node dist/server.js",
"build": "tsc",
"watch-server": "nodemon dist/server.js",
"watch-typescript": "tsc -w",
"watch": "run-p watch-typescript watch-server"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/jsonwebtoken": "^8.3.4",
"@types/lodash": "^4.14.138",
"@types/uuid": "^3.4.5",
"nodemon": "^1.19.2",
"npm-run-all": "^4.1.5",
"pino-pretty": "^3.2.1",
"typescript": "^3.6.3"
},
"dependencies": {
"@azure/cosmos": "^3.2.0",
"@azure/storage-blob": "^10.5.0",
"argon2": "^0.24.1",
"dotenv": "^8.1.0",
"fastify": "^2.8.0",
"fastify-cors": "^2.1.3",
"fastify-helmet": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"uuid": "^3.3.3",
"winston": "^3.2.1"
}
}