{
  "name": "hyposcript",
  "version": "1.2.0",
  "description": "",
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "prepare": "is-ci || pnpx husky install",
    "test": "c8 node -r esbuild-register lib/__tests__/index.tsx",
    "build": "node scripts/build && tsc --emitDeclarationOnly",
    "typecheck": "tsc --noEmit",
    "lint": "prettier --check .",
    "format": "prettier --write ."
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sure-thing/hyposcript.git"
  },
  "author": "estrattonbailey",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sure-thing/hyposcript/issues"
  },
  "homepage": "https://github.com/sure-thing/hyposcript#readme",
  "devDependencies": {
    "@commitlint/cli": "^15.0.0",
    "@commitlint/config-conventional": "^15.0.0",
    "@semantic-release/git": "^10.0.1",
    "baretest": "^2.0.0",
    "c8": "^7.12.0",
    "commitlint": "^15.0.0",
    "esbuild": "^0.14.54",
    "esbuild-register": "^3.4.2",
    "husky": "^7.0.4",
    "is-ci": "^3.0.1",
    "prettier": "^2.8.3",
    "semantic-release": "^18.0.1",
    "typescript": "^4.9.5",
    "uvu": "^0.5.6"
  },
  "dependencies": {
    "csstype": "^3.1.1"
  }
}
