frenchify
Version:
A package to apply french punctuation rules (e.g. thin spaces before question marks)
41 lines (40 loc) • 993 B
JSON
{
"name": "frenchify",
"version": "1.0.6",
"description": "A package to apply french punctuation rules (e.g. thin spaces before question marks)",
"keywords": [
"french",
"thin space",
"nbsp;",
"punctuation",
"ponctuation",
"français",
"grammaire"
],
"main": "./lib/index.js",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "yarn build",
"prepublishOnly": "yarn test && yarn lint",
"preversion": "yarn lint && yarn test",
"version": "yarn format && yarn build && git add -A src",
"postversion": "git push && git push --tags"
},
"author": "Nagman (http://quentin-webmaster.com)",
"license": "ISC",
"devDependencies": {
"@types/jest": "^25.2.1",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^25.5.1",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"files": [
"lib/**/*"
]
}