mirror of
https://github.com/FranP-code/shortly.git
synced 2025-10-13 00:43:28 +00:00
first working prototype of shortly
This commit is contained in:
73
package.json
73
package.json
@@ -1,33 +1,44 @@
|
||||
{
|
||||
"name": "url-shorter",
|
||||
"description": "",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node src/index.js",
|
||||
"dev": "nodemon src/index.js"
|
||||
},
|
||||
"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": {
|
||||
"@fastify/jwt": "^6.5.0",
|
||||
"fastify": "^4.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.0.1",
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-n": "^15.0.0",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"nodemon": "^2.0.20"
|
||||
}
|
||||
"name": "shortly",
|
||||
"description": "",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user