{
  "author": "S. Boronczyk",
  "binary": {
    "napi_versions": [
      3
    ]
  },
  "bugs": {
    "url": "https://github.com/TeamStriked/gtml-freetype/issues"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.15.0",
    "node-addon-api": "^3.0.2",
    "node-gyp-build": "^4.2.3",
    "v8": "^0.1.0"
  },
  "deprecated": false,
  "description": "msdfgen bindings for Node.js (gtml-engine).",
  "devDependencies": {
    "@types/node": "^14.14.10",
    "ajv": "^6.12.6",
    "decompress": "^4.2.1",
    "decompress-tarxz": "^3.0.0",
    "download": "^8.0.0",
    "fs-extra-plus": "^0.5.20",
    "jest": "^26.6.3",
    "prebuildify": "^4.1.1",
    "sharp": "^0.26.3",
    "ts-json-schema-generator": "^0.79.0",
    "typescript": "^4.1.2"
  },
  "engines": {
    "node": ">=10"
  },
  "keywords": [
    "msdf",
    "msdfgen",
    "font",
    "ttf",
    "woff",
    "text",
    "render"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "@gtml/msdfgen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TeamStriked/gtml-msdfgen.git"
  },
  "scripts": {
    "pack": "npm run clean && npm pack --dry-run",
    "publish": "npm init & npm publish --access=public ",
    "build": "node-gyp build",
    "clean": "node-gyp clean",
    "dev": "watch 'printf \"\\033[2J\\033[0f\" && yarn build && yarn test --watch' src spec",
    "install": "node-gyp-build",
    "prebuild": "prebuildify --napi -t 12.0.0 -t electron@6.0.0 --strip",
    "prebuild-ia32": "prebuildify --napi --arch=ia32 -t 12.0.0 -t electron@6.0.0 --strip",
    "test": "jest"
  },
  "types": "./module.d.ts",
  "version": "0.0.5",
  "homepage": "https://github.com/TeamStriked/gtml-msdfgen#readme",
  "directories": {
    "example": "example"
  }
}
