{
  "name": "solid-signals",
  "version": "1.9.1",
  "description": "Composable signals for SolidJS",
  "author": "Patrick Wang <patrick.bohan.wang@gmail.com>",
  "homepage": "https://github.com/kcirtaptrick/solid-packages/tree/master/packages/solid-signals#readme",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kcirtaptrick/solid-packages.git"
  },
  "bugs": {
    "url": "https://github.com/kcirtaptrick/solid-packages/issues"
  },
  "scripts": {
    "clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
    "prepack": "yarn build",
    "build": "yarn clean && yarn compile",
    "compile": "tsc --build && cp \"./package.json\" ./dist/",
    "test": "uvu -r tsm src .*\\.test\\.ts",
    "lint": "eslint \"./src/**/*.tsx?\" --max-warnings=0"
  },
  "peerDependencies": {
    "solid-js": "*"
  },
  "devDependencies": {
    "solid-js": "^1.6.4"
  }
}
