{
  "name": "shorten-uuid",
  "version": "2.0.0",
  "description": "Shorten UUID to a string of length 24 witch applicable to the URL and WeChat QR code.",
  "keywords": [
    "id",
    "uuid",
    "short",
    "shorten",
    "shorter",
    "url",
    "qrcode",
    "qr",
    "encode",
    "decode"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Cweili/shorten-uuid.git"
  },
  "author": "Cweili",
  "license": "MIT",
  "homepage": "https://github.com/Cweili/shorten-uuid#readme",
  "bugs": {
    "url": "https://github.com/Cweili/shorten-uuid/issues"
  },
  "main": "dist/shorten-uuid.js",
  "module": "dist/shorten-uuid.esm.js",
  "unpkg": "dist/shorten-uuid.umd.js",
  "jsdelivr": "dist/shorten-uuid.umd.js",
  "types": "dist/shorten-uuid.d.ts",
  "sideEffects": false,
  "scripts": {
    "prebuild": "eslint --fix \"{src,test}/*.{j,t}s\"",
    "build": "microbundle -i src/shorten-uuid.ts",
    "test": "c8 --reporter=lcov --reporter=text node  --test test/shorten-uuid.test.ts"
  },
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@babel/eslint-parser": "^7.13.4",
    "@babel/preset-env": "^7.4.4",
    "@babel/preset-typescript": "^7.13.0",
    "@types/node": "^25.0.8",
    "c8": "^10.1.3",
    "eslint": "^8.5.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-import-resolver-node": "^0.3.4",
    "eslint-plugin-import": "^2.22.1",
    "microbundle": "^0.15.0"
  }
}
