{
  "name": "@nopwdio/ui",
  "version": "0.0.8",
  "license": "MIT",
  "author": "Adrien Pinet",
  "contributors": [
    "Adrien Pinet"
  ],
  "description": "Nopwd Design System",
  "keywords": [
    "passwordless",
    "magic-link",
    "nopwd",
    "webauthn",
    "fido",
    "passkeys"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nopwdio/design.nopwd.io.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rm -fr dist",
    "dev": "mkdir -p dist && cp -fr ./src/styles ./dist && cp ./src/index.html dist && esbuild ./src/demo-app.ts --bundle --outdir=dist --servedir=dist --serve=4321 --watch",
    "build:pkg": "npm run clean && tsc",
    "build:site": "mkdir -p dist && cp -fr ./src/styles ./dist && cp ./src/index.html dist && esbuild ./src/demo-app.ts --bundle --outdir=dist"
  },
  "peerDependencies": {
    "lit": "^3.2.1"
  },
  "devDependencies": {
    "esbuild": "^0.24.2",
    "typescript": "^5.4.5"
  },
  "type": "module"
}