{
  "name": "@zone-eu/seq-index",
  "version": "1.1.5",
  "description": "Generate sequential indexes",
  "main": "lib/seq-index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "grunt",
    "typecheck": "tsc -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zone-eu/seq-index.git"
  },
  "keywords": [
    "sequential",
    "id"
  ],
  "author": "Andris Reinman",
  "license": "(MIT OR EUPL-1.1+)",
  "bugs": {
    "url": "https://github.com/zone-eu/seq-index/issues"
  },
  "homepage": "https://github.com/zone-eu/seq-index#readme",
  "devDependencies": {
    "@types/node": "25.7.0",
    "grunt": "1.0.1",
    "grunt-cli": "1.2.0",
    "grunt-contrib-nodeunit": "1.0.0",
    "grunt-eslint": "19.0.0",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">=6"
  }
}
