Created the package.json & yarn.lock
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "backend",
|
||||
"version": "1.0.0-ALPHA",
|
||||
"description": "The LicenseAPI Backend",
|
||||
"main": "server.ts",
|
||||
"repository": "https://github.com/LicenseAPI/Backend.git",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nodemon --watch \"src/**\" src/server.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.15",
|
||||
"@types/node": "^18.11.18",
|
||||
"nodemon": "^2.0.20",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.4"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user