UNPKG

jsrmvi

Version:

Convert Vietnamese words to Latin alphabet - Use for both Node.JS and Browser.

55 lines (54 loc) 1.49 kB
{ "name": "jsrmvi", "version": "1.0.0", "description": "Convert Vietnamese words to Latin alphabet - Use for both Node.JS and Browser.", "author": { "name": "huynhsamha", "email": "huynhsamha@gmail.com", "url": "https://github.com/huynhsamha" }, "license": "MIT", "bugs": { "url": "https://github.com/huynhsamha/jsrmvi/issues" }, "homepage": "https://github.com/huynhsamha/jsrmvi", "repository": { "type": "git", "url": "git+https://github.com/huynhsamha/jsrmvi.git" }, "files": [ "dist/**/*", "lib/**/*", "index.js" ], "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "rollup": "rollup -c", "clean": "yarn clean:node && yarn clean:browser", "dist": "yarn dist:browser", "clean:node": "rm -rf lib", "clean:browser": "rm -rf dist", "dist:node": "yarn clean:node && yarn format && yarn lint && yarn build", "dist:browser": "yarn dist:node && yarn clean:browser && yarn rollup" }, "devDependencies": { "prettier": "^2.0.5", "rollup": "^2.10.8", "rollup-plugin-babel-minify": "^10.0.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^3.9.2" }, "keywords": [ "jsrmvi", "removeVI", "remove-unicode", "remove-vietnamese", "js-remove-vietnamese", "remove-accents" ] }