{
  "name": "pagination-ui-less",
  "version": "0.1.2",
  "description": "A Pagination manager library without UI.",
  "source": "src/index.ts",
  "main": "dist/index.umd.js",
  "module": "dist/index.modern.module.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "pagination",
    "ui-less"
  ],
  "scripts": {
    "dev": "tsc --watch",
    "build": "microbundle",
    "test": "jest"
  },
  "repository": {
    "url": "SidStraw/Pagination-UI-LESS",
    "type": "git"
  },
  "author": {
    "email": "sid@sid.tw",
    "name": "SidStraw",
    "url": "https://sid.tw"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "jest": "^27.3.1",
    "microbundle": "^0.14.1",
    "ts-jest": "^27.0.7",
    "typescript": "^4.4.4"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
