{
  "name": "vaporwaver-ts",
  "version": "1.1.976",
  "description": "TypeScript version of the Vaporwaver Python library. Vaporwaver is a Python library for generating vaporwave image art.",
  "main": "dist/vaporwaver.js",
  "types": "dist/vaporwaver.d.ts",
  "exports": {
    ".": {
      "import": "./dist/vaporwaver.js",
      "types": "./dist/vaporwaver.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "postinstall": "node dist/utils/dependency-checker.js",
    "check-deps": "node dist/utils/dependency-checker.js",
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
    "lint": "eslint . --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepublishOnly": "npm run lint && npm run test && npm run build"
  },
  "files": [
    "dist",
    "src",
    "vaporwaver.py",
    "data.py",
    "gui",
    "lib",
    "picts",
    "requirements.txt"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dilaouid/vaporwaver.git"
  },
  "type": "module",
  "keywords": [
    "vaporwave",
    "image",
    "art",
    "typescript",
    "aesthetic",
    "image-processing",
    "python",
    "node",
    "graphics",
    "retro",
    "visual-effects",
    "digital-art"
  ],
  "author": "dilaouid",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dilaouid/vaporwaver/issues"
  },
  "homepage": "https://github.com/dilaouid/vaporwaver#readme",
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.59.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.38.0",
    "jest": "^29.5.0",
    "prettier": "^2.8.7",
    "rimraf": "^5.0.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=14.0.0",
    "python": ">=3.7.0"
  },
  "bin": {
    "check-vaporwaver": "./dist/utils/dependency-checker.js"
  }
}
