@manifold-studio/typeface
Version:
Font loading and text-to-3D conversion for Manifold Studio
53 lines (52 loc) • 1.14 kB
JSON
{
"name": "@manifold-studio/typeface",
"version": "0.3.7",
"description": "Font loading and text-to-3D conversion for Manifold Studio",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"dev": "vite build --watch",
"test": "vitest run",
"test:watch": "vitest",
"type-check": "tsc --noEmit"
},
"dependencies": {
"opentype.js": "^1.3.4"
},
"peerDependencies": {
"@manifold-studio/wrapper": "^0.3.7"
},
"devDependencies": {
"@types/opentype.js": "^1.3.8",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"vitest": "^1.0.0"
},
"keywords": [
"manifold",
"3d",
"cad",
"fonts",
"typography",
"text-to-3d"
],
"author": "Manifold Studio",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tonyhschu/manifold-cad-live-preview.git",
"directory": "packages/typeface"
}
}