UNPKG

ttc2ttf

Version:

Use for split ttc file into ttf files.

41 lines (39 loc) 1.15 kB
{ "name": "ttc2ttf", "version": "1.0.96", "description": "Use for split ttc file into ttf files.", "main": "dist/index.js", "bin": { "ttc2ttf": "./dist/bin/ttc2ttf.js" }, "preferGlobal": true, "scripts": { "start": "npm run build:live", "build": "tsc -p .", "build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/bin/ttc2ttf.js '/Users/shindonghun/Desktop/ヒラギノ丸ゴ ProN W4.ttc'" }, "repository": { "type": "git", "url": "git+https://github.com/oysterlab/ttc2ttf.git" }, "keywords": ["ttf", "ttc", "ttc2ttf", "font", "convert"], "author": { "name": "oysterlaboratory", "email": "oysterlaboratory@gmail.com" }, "contributors": [ ], "engines": { "node": ">= 0.4.0" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "bugs": { "url": "https://github.com/oysterlab/ttc2ttf/issues" }, "homepage": "https://github.com/oysterlab/ttc2ttf#readme", "devDependencies": { "@types/node": "^14.14.14", "nodemon": "^2.0.6", "ts-node": "^9.1.1", "typescript": "^4.1.3" }, "dependencies": {} }