pulse-cli
Version:
The Pulse CLI tool for pulse-server
21 lines • 455 B
Plain Text
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx tsc && node dist/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.1",
"typescript": "^5.1.6"
},
"dependencies": {
"express": "^4.17.1",
"pulse-server": "^0.3.1"
}
}