fock-logger
Version: 
Simple logger for your pet-project
48 lines (47 loc) • 981 B
JSON
{
  "name": "fock-logger",
  "version": "6.2.3",
  "description": "Simple logger for your pet-project",
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "build": "tsc",
    "test:prod": "mocha --extension test.js",
    "test": "ts-mocha --paths ./src/test/**/*.test.ts"
  },
  "files": [
    "./package.json",
    "./README.md",
    "./LICENSE",
    "./**/*.js",
    "./**/*.d.ts",
    "./**/*.svg",
    "!./**/test/*",
    "!./**/*.ts"
  ],
  "keywords": [
    "logger",
    "simple",
    "simple logger"
  ],
  "author": "FOCKUSTY",
  "license": "MIT",
  "devDependencies": {
    "@types/mocha": "^10.0.8",
    "@types/node": "^22.7.4",
    "mocha": "^10.7.3",
    "ts-mocha": "^10.0.0",
    "typescript": "^5.6.2"
  },
  "engines": {
    "node": ">=7.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FOCKUSTY/logger"
  },
  "bugs": {
    "email": "wwddwwwd@mail.ru",
    "url": "https://github.com/FOCKUSTY/logger/issues"
  }
}