{ "name": "chardet", "version": "0.0.0-development", "homepage": "https://github.com/runk/node-chardet", "description": "Character detector", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/runk/node-chardet.git" }, "bugs": { "mail": "deadrunk@gmail.com", "url": "http://github.com/runk/node-chardet/issues" }, "scripts": { "build": "rm -rf lib/* && tsc", "lint": "tslint -p tsconfig.json -c tslint.json", "lint:types": "tsc --noEmit", "format": "prettier --write ./src/**/*.ts", "format:check": "prettier --list-different ./src/**/*.ts", "test": "jest", "prepublish": "npm run build", "semantic-release": "semantic-release" }, "main": "lib/index.js", "typings": "lib/index.d.ts", "engine": { "node": ">=4" }, "readmeFilename": "README.md", "directories": { "test": "test" }, "devDependencies": { "@types/jest": "^26.0.14", "@types/node": "^14.11.2", "jest": "^26.4.2", "prettier": "^2.0.2", "semantic-release": "^17.1.2", "ts-jest": "^26.4.0", "tslint": "^6.1.0", "typescript": "^4.0.3" }, "keywords": [ "encoding", "character", "utf8", "detector", "chardet", "icu" ], "author": "Dmitry Shirokov ", "contributors": [ "@spikying", "@wtgtybhertgeghgtwtg", "@suisho", "@seangarner", "@zevanty" ] }