pasteboard/package.json
2025-04-11 00:51:29 +02:00

18 lines
329 B
JSON

{
"name": "dev",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.1.0",
"nodemon": "^3.1.9"
}
}