cc-os/plugins/os-orchestration/eval/fixture/project/package.json

13 lines
281 B
JSON

{
"name": "relaystation",
"version": "1.3.0",
"description": "Webhook and event relay service",
"main": "src/relay.js",
"scripts": {
"start": "node src/relay.js",
"test": "echo \"no tests specified\" && exit 0"
},
"license": "UNLICENSED",
"private": true
}