{
  "name": "n-code-live",
  "version": "2.1.1",
  "description": "solid js libraries",
  "main": "umd/index.js",
  "types": "lib/code-live/index.d.ts",
  "scripts": {
    "start": "mo start library solid",
    "build": "mo build library solid",
    "lint": "mo eslint [components,site] && mo stylelint [components,site]",
    "changelog": "mo changelog CHANGELOG.md && git add CHANGELOG.md",
    "prepare": "mo githooks pre-commit=\"npm run precommit\" commit-msg=\"npx --no -- commitlint --edit ${1}\"",
    "precommit": "npm run lint && npm run changelog"
  },
  "keywords": [
    "n-code-live",
    "ui libraries"
  ],
  "sideEffects": [
    "*.css",
    "*.less",
    "*.md",
    "@app/*"
  ],
  "devDependencies": {
    "@commitlint/cli": "19.8.0",
    "@commitlint/config-conventional": "19.8.0",
    "@moneko/common": "1.10.0",
    "@moneko/core": "3.50.5",
    "@moneko/css": "1.2.0",
    "@moneko/solid": "1.11.1",
    "husky": "9.1.7",
    "neko-ui": "2.10.7",
    "solid-js": "1.8.23",
    "sucrase": "3.35.0"
  },
  "author": {
    "name": "moneko",
    "url": "https://github.com/monako97",
    "email": "meow.monako@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/monako97/n-code-live"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "LICENSE",
    "README.md",
    "umd",
    "lib"
  ]
}
