{
  "name": "solit-js",
  "description": "A declarative Lit JavaScript library for building user interfaces.",
  "version": "0.0.1",
  "author": "agcorp",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/agcorp/solit.git"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.9",
    "@babel/core": "^7.18.9",
    "@babel/preset-env": "^7.18.9",
    "@babel/preset-typescript": "^7.18.6",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@types/jest": "^28.1.6",
    "@types/node": "^18.0.6",
    "babel-jest": "^28.1.3",
    "babel-plugin-jsx-dom-expressions": "^0.34.5",
    "coveralls": "^3.1.1",
    "csstype": "^3.1.0",
    "dom-expressions": "0.34.6",
    "fast-glob": "^3.2.11",
    "hyper-dom-expressions": "0.34.6",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^28.1.3",
    "jest-ts-webcompat-resolver": "^1.0.0",
    "lit-dom-expressions": "0.34.6",
    "ncp": "^2.0.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2",
    "rollup": "^2.77.0",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-copy": "^3.4.0",
    "solid-jest": "^0.2.0",
    "symlink-dir": "^5.0.1",
    "tsconfig-replace-paths": "^0.0.11",
    "turbo": "^1.3.1",
    "typescript": "^4.7.4"
  },
  "scripts": {
    "test": "turbo run test test-types",
    "coverage": "turbo run coverage",
    "build": "turbo run build",
    "types": "turbo run types",
    "bump": "node scripts/bump.js"
  }
}