Files
helloworld-nodejs/package.json
2019-09-11 16:38:23 +02:00

9 lines
93 B
JSON

{
"dependencies": {
"express": "4.17.1"
},
"scripts": {
"test": "exit 0"
}
}