@sarmay/character-shaper
Version:
This is a Kazakh Arabic character shaper, which assists developers in correcting text in areas where the text is confusing. It is often used to enter Kazakh text normally on PhotoShop, PR and other software; it can also be used in nodejs image synthesis.
50 lines (49 loc) • 1.58 kB
JSON
{
"name": "@sarmay/character-shaper",
"version": "1.0.1",
"description": "This is a Kazakh Arabic character shaper, which assists developers in correcting text in areas where the text is confusing. It is often used to enter Kazakh text normally on PhotoShop, PR and other software; it can also be used in nodejs image synthesis.",
"main": "index.js",
"scripts": {
"build": "webpack",
"build:watch": "npm run build --watch",
"lint": "eslint --fix src",
"test": "npm run build && mocha -t 5000",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"coveralls": "npm run cover --report && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/Sarmay/sarmay-character-shaper.git"
},
"bugs": {
"url": "https://github.com/Sarmay/sarmay-character-shaper/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/Sarmay/sarmay-character-shaper#readme",
"keywords": [
"kazakh",
"arabic",
"shaper",
"PhotoShop",
"converter"
],
"author": "Sarmay <282387881@qq.com>",
"license": "MIT",
"devDependencies": {
"chai": "^4.3.4",
"coveralls": "^3.1.0",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.11.1",
"istanbul": "^0.4.5",
"mocha": "^9.0.1",
"terser-webpack-plugin": "^5.1.3",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2"
}
}