Files
helloworld-nodejs/package.json
Nils Cant 5154211f6f Update
2019-09-16 15:09:10 +02:00

10 lines
116 B
JSON

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