{
  "name": "entityName",
  "version": "0.0.1",
  "description": "TBC",
  "main": "./lib/index.js",
  "types": "./lib/types/index.d.ts",
  "folders": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/owner/entityName"
  },
  "keywords": [],
  "author": "AuthorName",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/owner/entityName/issues"
  },
  "homepage": "https://github.com/owner/entityName#readme",
  "scripts": {
    "lint": "exos-scripts lint --type=library",
    "test": "exos-scripts test",
    "build": "rm -rf lib && tsc",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {},
  "devDependencies": {}
}
