{
  "name": "@palett/projector",
  "version": "0.12.28",
  "description": "Projector projects input number to color within pre-defined bound",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@palett/dye": "^0.12.28",
    "@palett/convert": "^0.12.28",
    "@palett/pres": "^0.12.28"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/palett.git"
  },
  "keywords": [
    "debug",
    "chalk"
  ],
  "author": {
    "name": "Hoyeung Wong",
    "email": "hoyeungw@outlook.com",
    "url": "https://github.com/hoyeungw"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/palett/says"
  },
  "homepage": "https://github.com/hoyeungw/palett/says#readme",
  "gitHead": "fa43c4eb4429e3c75cc8a2ae9093163359e8afb1",
  "scripts": {
    "pub": "npm publish",
    "test": "babel-node test/archive/test.index.js"
  }
}