{
  "name": "numify",
  "version": "1.1.2",
  "description": "Shortern long numbers to Human Readable K M B format",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "test": "yarn build && node ./test/index.js",
    "watch": "rollup -cw",
    "commit": "gacp",
    "clean:dist": "npm exec -- rimraf ./dist"
  },
  "license": "MIT",
  "devDependencies": {
    "gacp": "^3.0.3",
    "rimraf": "^3.0.2",
    "rollup": "^2.78.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.33.0",
    "typescript": "^4.8.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcnaveen/numify.git"
  },
  "funding": "https://github.com/sponsors/mcnaveen",
  "author": {
    "name": "MC.Naveen",
    "email": "me@mcnaveen.com",
    "url": "https://mcnaveen.com"
  },
  "bugs": {
    "url": "https://github.com/mcnaveen/numify/issues"
  },
  "homepage": "https://github.com/mcnaveen/numify#readme",
  "keywords": [
    "numify",
    "number",
    "human",
    "readable",
    "k",
    "M",
    "B",
    "T",
    "shorten",
    "shorten-number"
  ],
  "gacp": {
    "add": false,
    "push": false,
    "emoji": "emoji",
    "editor": false
  }
}
