{
  "name": "@ashiteam/ashichords-ts-lib",
  "version": "0.1.24",
  "description": "TypeScript port of AshiChords.LIB for Node.js.",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "esm/index.d.ts",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./cjs/index.js"
    }
  },
  "sideEffects": false,
  "type": "module",
  "files": [
    "./**/*"
  ],
  "keywords": [
    "Sinhala",
    "chords",
    "song"
  ],
  "author": "Asanga <asangawork@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@ashiteam/ashisinhala-ts-lib": "^0.1.21"
  }
}
