UNPKG

handwritten.js

Version:

Convert typed text to realistic handwriting!

91 lines (90 loc) 2.35 kB
{ "name": "handwritten.js", "version": "18.11.3", "description": "Convert typed text to realistic handwriting!", "repository": { "type": "git", "url": "git+https://github.com/alias-rahil/handwritten.git" }, "author": { "email": "rahil.kabani.4@gmail.com", "name": "Rahil Kabani", "url": "https://alias-rahil.github.io/" }, "contributors": [ { "email": "newyork.anthonyng@gmail.com", "name": "Anthony Ng", "url": "https://anthonyng.me/" }, { "email": "bjunya@gmail.com", "name": "Ben Junya", "url": "https://www.modernjsbyexample.net/" }, { "email": "hs2002singhal@gmail.com", "name": "Harsh Singhal", "url": "https://github.com/hsrambo07" }, { "name": "etienne", "url": "https://github.com/etnnth" }, { "name": "Suyash Sonawane", "email": "suyashsonawane007@gmail.com", "url": "https://suyashsonawane.me" } ], "license": "MIT", "bugs": { "url": "https://github.com/alias-rahil/handwritten/issues" }, "homepage": "https://github.com/alias-rahil/handwritten#readme", "dependencies": { "@jimp/plugin-color": "^0.16.1", "commander": "^6.0.0", "del": "^6.0.0", "jimp": "^0.16.1", "joi": "^17.4.2", "mocha": "^9.1.0", "pdfkit": "^0.11.0", "unidecode-plus": "^1.0.2" }, "bin": { "handwritten.js": "src/bin.js" }, "scripts": { "build": "npm i && eslint . --fix && browserify -e src/index.js -s handwritten -o docs/handwritten.js && minify docs/handwritten.js -o docs/handwritten.js", "minor": "npm run build && npm version minor && npm run release", "release": "git push && npm publish", "test": "mocha", "lint": "eslint .", "prepare": "husky install" }, "main": "src/index.js", "keywords": [ "handwritten", "text", "handwriting", "converter", "handwriter", "emnist-dataset", "daniel-font", "pen", "pencil", "extended-mnist" ], "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "babel-minify": "^0.5.1", "browserify": "^16.5.2", "eslint": "^7.10.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.1" } }