{
  "name": "@gstarp/usex",
  "version": "0.1.3",
  "description": "UseX is a collection of hook utilities for quick and smart development.",
  "main": "lib/index.js",
  "files": [
    "lib",
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint --ext .ts,.js .",
    "lint:fix": "eslint --ext .ts,.js --fix .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "publish": "npm publish --access public"
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^5.30.7",
    "@vue/reactivity": "^3.2.37",
    "eslint": "^8.20.0",
    "rollup": "^2.77.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.32.1",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4",
    "vue": "^3.2.37"
  },
  "license": "MIT",
  "repository": "https://github.com/GStarP/UseX.git",
  "author": "GStarP",
  "keywords": [
    "hook",
    "utils"
  ]
}
