apl-custom-fonts
Version:
Converts Text to AVG at runtime for easy use with the Alexa Presentation Language
40 lines (39 loc) • 945 B
JSON
{
"name": "apl-custom-fonts",
"version": "1.0.0",
"description": "Converts Text to AVG at runtime for easy use with the Alexa Presentation Language",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/utterance-io/apl-custom-fonts.git"
},
"keywords": [
"alexa",
"alexa presentation language",
"amazon alexa",
"amazon",
"apl",
"avg",
"alexa vector graphic",
"fonts",
"custom fonts"
],
"author": "utterance.io <hello@utterance.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/utterance-io/apl-custom-fonts/issues"
},
"homepage": "https://github.com/utterance-io/apl-custom-fonts#readme",
"devDependencies": {
"@types/node": "^16.3.3",
"typescript": "^4.3.5"
},
"dependencies": {
"svgpath": "^2.3.1",
"text-to-svg": "^3.1.5"
}
}