oxford-text-checker
Version:
OxfordTextChecker wrapper - analyzes vocabulary in your text
57 lines (56 loc) • 1.58 kB
JSON
{
"name": "oxford-text-checker",
"version": "1.0.9",
"description": "OxfordTextChecker wrapper - analyzes vocabulary in your text",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "rm -rf ./lib && tsc",
"format": "prettier --write \"src/**/*.ts\" \"oxford-text-checker-source/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jin-zakk/oxford-text-checker.git"
},
"keywords": [
"OxfordTextChecker",
"Oxford Text Checker",
"Oxford",
"text-checker",
"text checker",
"oxford-text-checker"
],
"author": "Jin-zakk",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jin-zakk/oxford-text-checker/issues"
},
"homepage": "https://github.com/Jin-zakk/oxford-text-checker#readme",
"devDependencies": {
"@types/jest": "^26.0.22",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.2.3"
},
"dependencies": {
"lodash.filter": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.map": "^4.6.0",
"lodash.pullallwith": "^4.7.0",
"lodash.sumby": "^4.6.0"
},
"files": [
"lib/**/*"
]
}