{
  "name": "tmicro",
  "version": "1.1.1",
  "description": "Use this package for simple computation purpose",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "tmicro",
    "compute",
    "computation",
    "mathematics",
    "maths",
    "integer",
    "sort",
    "add",
    "sub",
    "mul",
    "div",
    "lcm",
    "gcd",
    "arithmetic",
    "Palindrome",
    "sort_number_array",
    "sort_characters_array",
    "even_number",
    "odd_number",
    "duplicates",
    "remove_duplicate_array"
  ],
  "author": "Shubham Singh",
  "license": "ISC"
}
