UNPKG

persian-normalizer

Version:
35 lines 916 B
{ "name": "persian-normalizer", "version": "1.0.7", "description": "Normalize Persian Text", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf ./dist", "gulp": "gulp", "prepublish": "npm run clean && gulp && tsc", "publish": "npm run prepublish && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/amirkenarang/persian-normalizer.git" }, "keywords": [ "Persian", "Normalize", "Arabic Text", "Javascript", "Typescript" ], "author": "Amir Kenarang amir.kenarang@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/amirkenarang/persian-normalizer/issues" }, "homepage": "https://github.com/amirkenarang/persian-normalizer#readme", "devDependencies": { "gulp": "^4.0.2", "rimraf": "^5.0.5" } }