{
  "name": "imggen",
  "type": "module",
  "version": "0.1.4",
  "description": "Project to create generated images from notu emojis",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "scripts": {
    "test": "tsc && jest",
    "test2": "tsc -p . -w && jest",
    "build": "node ./src/build/export.js && tsc",
    "build2": "tsc",
    "dev": "tsc -p . -w",
    "joey": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/joeyjoejo1200/imggen.git"
  },
  "keywords": [
    "notu",
    "svg"
  ],
  "author": "Blingtronics",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/joeyjoejo1200/imggen/issues"
  },
  "homepage": "https://gitlab.com/joeyjoejo1200/imggen#readme",
  "devDependencies": {
    "@types/node": "^22.5.5",
    "typescript": "^5.6.2"
  },
  "dependencies": {
    "fs": "^0.0.1-security",
    "xmldom-qsa": "^1.1.3"
  }
}
