Files
shortly/package.json

46 lines
1.3 KiB
JSON

{
"name": "shortly",
"description": "",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx tsc && node dist/app.js",
"dev": "nodemon -L src/app.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/monatheoctocat/my_package.git"
},
"keywords": [],
"author": "FranP-Code",
"license": "ISC",
"bugs": {
"url": "https://github.com/monatheoctocat/my_package/issues"
},
"homepage": "https://github.com/monatheoctocat/my_package",
"dependencies": {
"@types/express": "^4.17.15",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"metadata-scraper": "^0.2.61",
"mongodb": "^5.1.0",
"mongoose": "5.13.14",
"ulid": "^2.3.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.0",
"@types/mongodb": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}