@jaypatrickm/streak-counter
Version: 
a streak counter inspired by Duolingo
38 lines (37 loc) • 897 B
JSON
{
  "name": "@jaypatrickm/streak-counter",
  "version": "0.0.3",
  "description": "a streak counter inspired by Duolingo",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaypatrickm/streak-counter"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "source": "src/index.ts",
  "exports": {
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "scripts": {
    "build": "microbundle",
    "dev": "microbundle watch",
    "test": "vitest"
  },
  "keywords": [
    "streak-counter"
  ],
  "author": "Jay M <jaypatrickm@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jsdom": "^21.1.0",
    "jsdom": "^21.1.0",
    "microbundle": "^0.15.1",
    "typescript": "^4.9.5",
    "vite": "^4.1.1",
    "vitest": "^0.28.5"
  }
}