replace-special-characters
Version:
Replace special characters to their simple characters
60 lines (59 loc) • 1.77 kB
JSON
{
"name": "replace-special-characters",
"version": "1.2.7",
"description": "Replace special characters to their simple characters",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig-build.json",
"check": "npx npm-check -s -u",
"test": "jest --passWithNoTests --watch",
"test:staged": "npm test --findRelatedTests",
"test:ci": "npx jest --ci",
"test:coveralls": "npm run test:ci && coveralls < coverage/lcov.info",
"version": "npm version patch -m 'ci: increment version to %s' --force && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertosousa1/replace-special-characters.git"
},
"keywords": [
"replace",
"regex",
"regexp",
"regular",
"expression",
"string",
"special",
"characters"
],
"author": {
"name": "Roberto Alves",
"email": "robertosousa1@uol.com.br"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/robertosousa1/replace-special-characters/issues"
},
"homepage": "https://github.com/robertosousa1/replace-special-characters#readme",
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"coveralls": "^3.1.0",
"eslint": "^7.24.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"git-commit-msg-linter": "^3.1.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"npm-check": "^5.9.2",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
},
"dependencies": {}
}