mirror of
https://codeberg.org/buzzcode2007/FCC-Project-URLShortener.git
synced 2025-05-21 03:06:34 +00:00
fix(config): Customize details in package.json
This commit is contained in:
parent
711a8bc299
commit
19f55bfaa2
1 changed files with 23 additions and 14 deletions
37
package.json
37
package.json
|
@ -1,16 +1,25 @@
|
||||||
{
|
{
|
||||||
"name": "shorturl",
|
"name": "shorturl",
|
||||||
"version": "0.0.3",
|
"version": "0.0.1",
|
||||||
"description": "API project for freeCodeCamp",
|
"description": "A FOSS link shortener for your own! (based on FCC's curriculum)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js"
|
"start": "node --watch index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"repository": {
|
||||||
"body-parser": "^1.19.0",
|
"type": "git",
|
||||||
"cors": "^2.8.5",
|
"url": "https://codeberg.org/buzzcode2007/FCC-Project-URLShortener.git"
|
||||||
"dotenv": "^8.2.0",
|
},
|
||||||
"express": "^4.17.1"
|
"bugs": {
|
||||||
},
|
"url": "https://codeberg.org/buzzcode2007/FCC-Project-URLShortener/issues"
|
||||||
"license": "MIT"
|
},
|
||||||
|
"homepage": "https://codeberg.org/buzzcode2007/FCC-Project-URLShortener#readme",
|
||||||
|
"dependencies": {
|
||||||
|
"body-parser": "^1.19.0",
|
||||||
|
"cors": "^2.8.5",
|
||||||
|
"dotenv": "^8.2.0",
|
||||||
|
"express": "^4.17.1",
|
||||||
|
"mongoose": "^5.11.15"
|
||||||
|
},
|
||||||
|
"license": "BSD"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue