{
  "name": "anux-common",
  "version": "1.0.100",
  "main": "./dist/index.js",
  "repository": "https://github.com/Anupheaus/anux-common.git",
  "author": "Anupheaus",
  "license": "Apache-2.0",
  "private": false,
  "scripts": {
    "build": "webpack --mode production",
    "build:dev": "anux build dev",
    "test": "mocha --config c:\\code\\personal\\anux-common\\node_modules\\anux-package\\configs\\mocha.js"
  },
  "files": [
    "dist"
  ],
  "typings": "dist/index",
  "dependencies": {
    "chalk": "^4.1.1",
    "dateformat": "^4.5.1",
    "dotenv": "^10.0.0",
    "fast-equals": "^2.0.3",
    "moment": "^2.29.1",
    "numeral": "^2.0.6",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/dateformat": "^3.0.1",
    "@types/dotenv": "^8.2.0",
    "@types/node": "^15.12.2",
    "@types/numeral": "^2.0.1",
    "@types/uuid": "^8.3.0",
    "anux-package": "^1.0.60",
    "typescript": "^4.3.2"
  }
}