{
  "name": "${package_name}",
  "description": "",
  "author": {
    "name": "",
    "email": "",
    "url": ""
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "version": "0.1.0",
  "lincd": true,
  "main": "lib/index.js",
  "types": "dist/${output_file_name}.d.ts",
  "license": "ISC",
  "scripts": {
    "start": "npm exec lincd dev",
    "build": "npm exec lincd build",
    "prepublishOnly": "npm exec lincd build production",
    "postpublish": "npm exec lincd register"
  },
  "keywords": [
    "lincd",
    "linked data",
    "interoperable",
    "semantic web",
    "web3"
  ],
  "dependencies": {
    "lincd": "^1.0",
    "lincd-jsonld": "^0.1"
  },
  "devDependencies": {
    "lincd-cli": "^1.1"
  }
}
