{
  "name": "embedodon",
  "version": "1.0.7",
  "description": "A simple client-side script to render an Activity Stream (like from Mastodon)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "npm run test && npm run build",
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danieldickison/embedodon.git"
  },
  "keywords": [
    "mastodon",
    "activity-stream",
    "client"
  ],
  "author": "Daniel Dickison <npm@danieldickison.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danieldickison/embedodon/issues"
  },
  "homepage": "https://github.com/danieldickison/embedodon#readme",
  "devDependencies": {
    "@jest/globals": "^29.5.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "jest-fetch-mock": "^3.0.3",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.3"
  }
}
