17 lines
321 B
JSON
17 lines
321 B
JSON
|
{
|
||
|
"name": "four",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Matei Adriel",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@types/express": "^4.16.0",
|
||
|
"express": "^4.16.4",
|
||
|
"typescript": "^3.2.2"
|
||
|
}
|
||
|
}
|