node-test/package.json

15 lines
301 B
JSON
Raw Permalink Normal View History

2022-12-15 10:14:42 +00:00
{
"name": "node.test",
"version": "0.0.1",
"description": "Quick test for web deployments",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Frederick Boniface",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}