UNPKG

@nagwa-limited/kashida-engine

Version:

An engine to unify array of Arabic strings to the same width using Kashidas

43 lines (42 loc) 1.12 kB
{ "name": "@nagwa-limited/kashida-engine", "version": "0.1.4", "private": false, "description": "An engine to unify array of Arabic strings to the same width using Kashidas", "keywords": [ "kashida", "poem", "arabic" ], "license": "ISC", "author": "", "main": "./dist/kashida-engine.min.js", "module": "./dist/kashida-engine.min.mjs", "types": "./dist/declarations/index.d.ts", "files": [ "/dist" ], "scripts": { "prepublishOnly": "npm run build", "build": "rm -rf dist && webpack --config webpack.prod.js", "start": "webpack serve --config webpack.dev.js" }, "dependencies": { "core-js": "^3.17.3" }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", "@babel/preset-typescript": "^7.15.0", "babel-loader": "^8.2.2", "copy-webpack-plugin": "^10.2.4", "terser-webpack-plugin": "^5.3.1", "ts-loader": "^9.2.8", "typescript": "^4.6.3", "webpack": "^5.70.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.4", "webpack-merge": "^5.8.0" } }