@sutton-signwriting/font-ttf
Version:
a javascript package for the web components and browser that generates SVG and PNG images for individual symbols and complete signs
63 lines (62 loc) • 1.77 kB
JSON
{
"name": "@sutton-signwriting/font-ttf",
"description": "a javascript package for the web components and browser that generates SVG and PNG images for individual symbols and complete signs",
"version": "1.5.2",
"keywords": [
"truetype",
"ttf",
"font",
"sutton",
"signwriting",
"sign language",
"script",
"browser"
],
"homepage": "https://www.sutton-signwriting.io/font-ttf/",
"repository": {
"type": "git",
"url": "https://github.com/sutton-signwriting/font-ttf.git"
},
"bugs": "https://github.com/sutton-signwriting/font-ttf/issues",
"license": "MIT",
"author": {
"name": "Steve Slevinski",
"email": "slevinski@signwriting.org",
"url": "https://SteveSlevinski.me"
},
"files": [
"README.md",
"CHANGELOG.md",
"LICENSE",
"package.json",
"signwriting.svg",
"index.*",
"font/",
"fsw/",
"swu/"
],
"main": "index.min.js",
"module": "index.min.mjs",
"scripts": {
"prebuild": "rimraf index.* font fsw swu; copyfiles --flat src/font/*ttf font",
"build": "rollup -c",
"postbuild": "./tsc.sh",
"docs": "npx documentation build src/*.js --config documentation.yml -f html -o docs",
"postdocs": "node addstyle.js; copyfiles --flat signwriting.png docs",
"docs:server": "npx documentation serve --watch src/index.js --config documentation.yml"
},
"dependencies": {
"@sutton-signwriting/core": "^1.5.6"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"copyfiles": "^2.1.1",
"rimraf": "^3.0.0",
"rollup": "^2.68.0",
"rollup-plugin-terser": "^7.0.2"
}
}