{
  "name": "@soywod/pin-field",
  "description": "📟 Native web component for entering PIN codes.",
  "author": "soywod <clement.douin@posteo.net>",
  "license": "BSD-3-Clause",
  "version": "0.2.2",
  "private": false,
  "keywords": [
    "code",
    "component",
    "custom-element",
    "field",
    "input",
    "pin",
    "shadow-dom",
    "web-component"
  ],
  "homepage": "https://github.com/soywod/pin-field",
  "repository": {
    "type": "git",
    "url": "https://github.com/soywod/pin-field.git"
  },
  "bugs": {
    "url": "https://github.com/soywod/pin-field/issues"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "serve": "^13.0.2",
    "tsdx": "^0.14.1",
    "tslib": "^2.2.0",
    "typescript": "^4.2.4"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "prepare": "yarn build"
  }
}
