RocketChat/Rocket.Chat

View on GitHub
packages/favicon/package.json

Summary

Maintainability
Test Coverage
{
    "name": "@rocket.chat/favicon",
    "version": "0.0.2",
    "private": true,
    "devDependencies": {
        "eslint": "~8.45.0",
        "typescript": "~5.3.3"
    },
    "scripts": {
        "lint": "eslint --ext .js,.jsx,.ts,.tsx .",
        "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
        "build": "rm -rf dist && tsc -p tsconfig.json",
        "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput"
    },
    "main": "./dist/index.js",
    "typings": "./dist/index.d.ts",
    "files": [
        "/dist"
    ]
}