{
  "name": "@mosaic-code/first-nations-activists-data",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.2.1",
  "description": "Test data package containing first nations activists from around the world",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "assemble": "assemble-data-package --export-name=firstNationsActivistsData --contains-first-nations",
    "prebuild": "npm run assemble",
    "build": "tsc",
    "pretest": "npm run assemble",
    "test": "vitest run --exclude '**/image-validation.test.ts'",
    "test:watch": "vitest --exclude '**/image-validation.test.ts'",
    "test:image": "vitest run image-validation.test.ts",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "pretypecheck": "npm run assemble",
    "typecheck": "tsc --noEmit",
    "dev": "tsx src/index.ts",
    "generate-diversity": "diversity-report --data ./dist/index.js --output ./DIVERSITY.md --dataset-name \"First Nations Activists Dataset\" --acknowledge-deceased-first-nations --include-unicode-analysis",
    "fetch-references": "fetch-test-references ./src/index.ts ./references",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "release:patch": "npm run changelog && git add CHANGELOG.md && git commit -m \"chore: update changelog\" && npm version patch && git push --follow-tags && npm run build && npm publish",
    "release:minor": "npm run changelog && git add CHANGELOG.md && git commit -m \"chore: update changelog\" && npm version minor && git push --follow-tags && npm run build && npm publish",
    "release:major": "npm run changelog && git add CHANGELOG.md && git commit -m \"chore: update changelog\" && npm version major && git push --follow-tags && npm run build && npm publish",
    "release:dry": "npm run changelog -- --dry-run"
  },
  "keywords": [
    "test-data",
    "first-nations",
    "activists",
    "indigenous"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mosaic-code-coop/test-data-first-nations-activists.git"
  },
  "bugs": {
    "url": "https://github.com/mosaic-code-coop/test-data-first-nations-activists/issues"
  },
  "homepage": "https://github.com/mosaic-code-coop/test-data-first-nations-activists#readme",
  "devDependencies": {
    "@types/node": "^20.0.0",
    "conventional-changelog-cli": "^5.0.0",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "prettier": "^3.8.3",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0",
    "typescript-eslint": "^8.58.2",
    "vitest": "^1.0.0"
  },
  "peerDependencies": {
    "@mosaic-code/test-data-factory": "^0.2.0"
  },
  "files": [
    "dist"
  ]
}
