{
  "name": "<%=componentName%>",
  "version": "1.0.0",
  "main": "components/<%=componentNameSort%>/index.js",
  "description": "<%=description%>",
  "scripts": {
    "debugger": "NODE_ENV=development node $NODE_DEBUG_OPTION node_modules/ksr/bin/ksr-dev.js -e test/index.html:path=index.html -p <%=port%>",
    "dev": "NODE_ENV=development ksr dev -e test/index.html:path=index.html -p <%=port%> -h 0.0.0.0",
    "build": "rm -rf dist && NODE_ENV=production ksr build -e index.js:path=index --hash false --library <%=componentNameSort%> --target umd"
  },
  "repository": {
    "type": "git",
    "url": "<%=repository%>"
  },
  "author": "<%=author%>",
  "license": "MIT",
  "devDependencies": {
    "ksr": "latest",
    "kpc": "latest"
  },
  "dependencies": {}
}
