{
    "name": "fcrf-common-test",
    "version": "1.0.4",
    "description": "Unified diamond constants and utilities package",
    "main": "lib/cjs/index.js",
    "module": "lib/esm/index.js",
    "types": "lib/types/index.d.ts",
    "exports": {
        ".": {
            "import": "./lib/esm/index.js",
            "require": "./lib/cjs/index.js",
            "types": "./lib/types/index.d.ts"
        },
        "./colors": {
            "import": "./lib/esm/constants/colors/index.js",
            "require": "./lib/cjs/constants/colors/index.js",
            "types": "./lib/types/constants/colors/index.d.ts"
        },
        "./shapes": {
            "import": "./lib/esm/constants/shapes/index.js",
            "require": "./lib/cjs/constants/shapes/index.js",
            "types": "./lib/types/constants/shapes/index.d.ts"
        },
        "./utils": {
            "import": "./lib/esm/utils/index.js",
            "require": "./lib/cjs/utils/index.js",
            "types": "./lib/types/utils/index.d.ts"
        },
        "./origins": {
            "import": "./lib/esm/constants/origins/index.js",
            "require": "./lib/cjs/constants/origins/index.js",
            "types": "./lib/types/constants/origins/index.d.ts"
        },
        "./assets": {
            "import": "./lib/esm/constants/assets/index.js",
            "require": "./lib/cjs/constants/assets/index.js",
            "types": "./lib/types/constants/assets/index.d.ts"
        }
    },
    "files": [
        "lib",
        "README.md",
        "LICENSE"
    ],
    "scripts": {
        "build": "rollup -c",
        "build:types": "tsc --emitDeclarationOnly",
        "test": "jest",
        "lint": "eslint src/**/*.ts",
        "lint:fix": "eslint src/**/*.ts --fix",
        "clean": "rimraf lib",
        "prepublishOnly": "npm run clean && npm run build && npm test",
        "dev": "rollup -c -w",
        "start:dev": "tsc -w",
        "start:build": "tsc",
        "build:all": "node scripts/build.js"
    },
    "devDependencies": {
        "@rollup/plugin-typescript": "^11.1.6",
        "@types/jest": "^29.5.14",
        "@typescript-eslint/eslint-plugin": "^6.21.0",
        "@typescript-eslint/parser": "^6.21.0",
        "eslint": "^8.57.1",
        "jest": "^29.7.0",
        "rimraf": "^5.0.10",
        "rollup": "^3.29.5",
        "rollup-plugin-dts": "^6.2.3",
        "rollup-plugin-terser": "^7.0.2",
        "ts-jest": "^29.4.1",
        "tslib": "^2.8.1",
        "typescript": "^5.9.2"
    },
    "keywords": [
        "diamond",
        "constants",
        "colors",
        "shapes",
        "jewelry",
        "gemstone"
    ],
    "author": "FCRF Organization",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/0xWork/fcrf-common.git"
    },
    "bugs": {
        "url": "https://github.com/0xWork/fcrf-common/issues"
    },
    "homepage": "https://github.com/your-org/fcrf-common#readme"
}
