@julusian/freetype2
Version:
FreeType bindings for Node.js.
77 lines (76 loc) • 1.57 kB
JSON
{
"name": "@julusian/freetype2",
"version": "1.2.1",
"description": "FreeType bindings for Node.js.",
"main": "./index.js",
"types": "./module.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/julusian/node-freetype2"
},
"keywords": [
"freetype",
"font",
"webfont",
"parse",
"sfnt",
"ttf",
"otf",
"woff",
"truetype",
"opentype"
],
"author": {
"name": "Julian Waller",
"email": "git@julusian.co.uk"
},
"contributors": [
{
"name": "Amin Yahyaabadi"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/julusian/node-freetype2/issues"
},
"homepage": "https://github.com/julusian/node-freetype2",
"scripts": {
"install": "pkg-prebuilds-verify ./binding-options.js || node-gyp rebuild",
"build": "node-gyp build",
"rebuild": "node-gyp clean configure build",
"test": "jest"
},
"binary": {
"napi_versions": [
7
]
},
"engines": {
"node": ">=14.15"
},
"dependencies": {
"node-addon-api": "^6.1.0",
"node-gyp": "^10.1.0",
"pkg-prebuilds": "^1.0.0"
},
"devDependencies": {
"@types/node": "^18.19.39",
"ajv": "^8.16.0",
"jest": "^29.7.0",
"sharp": "^0.32",
"ts-json-schema-generator": "^1.5.1"
},
"files": [
"src",
"gyp",
"module*.d.ts",
"index.js",
"binding-options.js",
"binding.gyp",
"vendor/freetype/include",
"vendor/freetype/src",
"vendor/freetype/LICENSE.TXT",
"prebuilds"
],
"packageManager": "yarn@4.3.1"
}