version: 1
runtime: typescript
build:
  install: npm install
startCommand:
  type: stdio
  command: node
  args:
    - src/index.js
