{
  "name": "@finos/a11y-theme-builder-sdk",
  "version": "1.1.1",
  "description": "Accessibility Theme Builder SDK",
  "author": "Keith Smith <KeithSmith@discover.com>",
  "license": "Apache-2.0",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "keywords": [
    "accessibility",
    "theme"
  ],
  "scripts": {
    "build": "npm run build-lib && npm run build-docs",
    "build-lib": "npm install && tsc && npm pack ./",
    "build-docs": "typedoc --excludeNotDocumented ./src/index.ts",
    "dotest": "ts-node test/dotest.ts",
    "dotest-inspect": "node --inspect-brk=0.0.0.0:9229 -r ts-node/register test/dotest.ts",
    "test": "jest",
    "prepare": "tsc"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "@types/jest": "^29.5.14",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typedoc": "^0.26.11",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@types/chroma-js": "^3.1.1",
    "chroma-js": "^3.1.2"
  }
}
