@hugsylabs/hugsy-types
Version: 
Type definitions for Hugsy configuration management system
38 lines • 803 B
JSON
{
  "name": "@hugsylabs/hugsy-types",
  "version": "0.1.0",
  "description": "Type definitions for Hugsy configuration management system",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "keywords": [
    "hugsy",
    "types",
    "typescript"
  ],
  "author": "Hugsy Labs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/HugsyLab/hugsy.git",
    "directory": "packages/types"
  },
  "bugs": {
    "url": "https://github.com/HugsyLab/hugsy/issues"
  },
  "homepage": "https://github.com/HugsyLab/hugsy#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "type-check": "tsc --noEmit"
  }
}