{
  "name": "{{name}}",
  "version": "{{version}}",
  "description": "{{description}}",
  "main": "thing.js",
  "scripts": {
    "build" : "wam build ./src/thing.js ./dist/bundle.js",
    "debug" : "wot-servient --inspect-brk -f servient.config.json ./src/thing.js",
    "start" : "wot-servient -f servient.config.json ./dist/bundle.js",
    "start:dev" : "nodemon -w \"src/**\" --ext \"ts,json\" --exec \"npm run build && npm run start\""
  },
  "keywords": [
    {{#each keywords}}
      "{{this}}"{{#unless @last}},{{/unless}}
    {{/each}}
  ],
  "author": "{{author}}",
  "license": "{{license}}",
  "devDependencies": {
    "@node-wot/cli": "^0.8.12",
    "@arces-wot/wam": "{{selfVersion}}",
    "nodemon": "^2.0.14"
  },
  "dependencies": {
    "@node-wot/core": "^0.8.12"
  }
}
