{
  "name": "my-cool-api",
  "version": "1.1.1",
  "scripts": {
    "start": "node index.js"
  },
  "description": "My Cool API",
  "main": "index.js",
  "author": "bob@example.com",
  "license": "MIT",
  "spec": {
    "serviceOptions": {
      "ExecStart": "/usr/bin/some-custom-binary",
      "CPUSchedulingPriority": 50,
      "LimitNOFILE": 10000
    }
  }
}
