{
  "name": "@cyclone_cm/nexus-ui",
  "version": "0.0.2",
  "description": "A revolutionary UI framework combining utility-first CSS with pre-built components",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "style": "dist/index.css",
  "repository": {
    "type": "git",
    "url": "https://github.com/semsakadanupol/Nexus-Ui.git"
  },
  "keywords": [
    "css-framework",
    "ui-framework",
    "utility-first",
    "components",
    "typescript",
    "responsive",
    "desktop-first",
    "theming"
  ],
  "author": "Nexus-UI Team",
  "license": "MIT",
  "scripts": {
    "dev": "npm-run-all --parallel build:scss:watch build:ts:watch",
    "build": "npm-run-all build:clean build:scss build:ts build:types",
    "build:clean": "rimraf dist",
    "build:scss": "node-sass src/styles/index.scss dist/index.css --output-style compressed --precision 10",
    "build:scss:watch": "node-sass src/styles/index.scss dist/index.css --watch --output-style expanded",
    "build:ts": "tsc --project tsconfig.json",
    "build:ts:watch": "tsc --project tsconfig.json --watch",
    "build:types": "tsc --declaration --emitDeclarationOnly --project tsconfig.json",
    "lint": "eslint src/**/*.{ts,js} && stylelint src/**/*.scss",
    "test": "jest",
    "serve": "http-server -c-1 -o -p 8080",
    "serve:dist": "http-server dist -c-1 -o -p 8080",
    "prepublishOnly": "echo 'Publishing Nexus-UI v0.0.1...'"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "http-server": "^14.0.0",
    "jest": "^29.0.0",
    "node-sass": "^7.0.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.0",
    "stylelint": "^15.0.0",
    "stylelint-config-standard-scss": "^10.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ]
}
