{
  "name": "item-table",
  "typings": "",
  "module": "esm/item-table.js",
  "scripts": {
    "build": "yarn build:js && yarn build:dts",
    "build:js": "esbuild --bundle --format=esm --outfile=esm/item-table.js src/index.ts",
    "build:dts": "tsc --emitDeclarationOnly",
    "clean": "rm -rf esm",
    "dev": "parcel src/__example__/index.html",
    "lint": "tslint --project tsconfig.json",
    "prepack": "yarn clean && yarn build"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.3",
    "@types/resize-observer-browser": "^0.1.3",
    "esbuild": "^0.7.5",
    "fontmetrics": "^1.0.0",
    "lodash-es": "^4.17.15",
    "node-sass": "^4.14.1",
    "normalize.css": "^8.0.1",
    "parcel": "^1.12.4",
    "prettier": "^2.0.5",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.0.2"
  },
  "files": [
    "esm"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/crazytoucan/item-table.git"
  },
  "license": "MIT",
  "version": "0.2.0"
}
