1 | {
|
2 | "name": "@sutton-signwriting/font-ttf",
|
3 | "description": "a javascript package for the web components and browser that generates SVG and PNG images for individual symbols and complete signs",
|
4 | "version": "1.5.2",
|
5 | "keywords": [
|
6 | "truetype",
|
7 | "ttf",
|
8 | "font",
|
9 | "sutton",
|
10 | "signwriting",
|
11 | "sign language",
|
12 | "script",
|
13 | "browser"
|
14 | ],
|
15 | "homepage": "https://www.sutton-signwriting.io/font-ttf/",
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "https://github.com/sutton-signwriting/font-ttf.git"
|
19 | },
|
20 | "bugs": "https://github.com/sutton-signwriting/font-ttf/issues",
|
21 | "license": "MIT",
|
22 | "author": {
|
23 | "name": "Steve Slevinski",
|
24 | "email": "slevinski@signwriting.org",
|
25 | "url": "https://SteveSlevinski.me"
|
26 | },
|
27 | "files": [
|
28 | "README.md",
|
29 | "CHANGELOG.md",
|
30 | "LICENSE",
|
31 | "package.json",
|
32 | "signwriting.svg",
|
33 | "index.*",
|
34 | "font/",
|
35 | "fsw/",
|
36 | "swu/"
|
37 | ],
|
38 | "main": "index.min.js",
|
39 | "module": "index.min.mjs",
|
40 | "scripts": {
|
41 | "prebuild": "rimraf index.* font fsw swu; copyfiles --flat src/font/*ttf font",
|
42 | "build": "rollup -c",
|
43 | "postbuild": "./tsc.sh",
|
44 | "docs": "npx documentation build src/*.js --config documentation.yml -f html -o docs",
|
45 | "postdocs": "node addstyle.js; copyfiles --flat signwriting.png docs",
|
46 | "docs:server": "npx documentation serve --watch src/index.js --config documentation.yml"
|
47 | },
|
48 | "dependencies": {
|
49 | "@sutton-signwriting/core": "^1.5.6"
|
50 | },
|
51 | "devDependencies": {
|
52 | "@babel/core": "^7.7.4",
|
53 | "@babel/node": "^7.7.4",
|
54 | "@babel/preset-env": "^7.7.4",
|
55 | "@rollup/plugin-babel": "^5.3.1",
|
56 | "@rollup/plugin-node-resolve": "^13.1.3",
|
57 | "copyfiles": "^2.1.1",
|
58 | "rimraf": "^3.0.0",
|
59 | "rollup": "^2.68.0",
|
60 | "rollup-plugin-terser": "^7.0.2"
|
61 | }
|
62 | }
|