@lyonph/preact-hooks
Version:
Collection of useful Preact Hooks
67 lines • 1.66 kB
JSON
{
"version": "0.7.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
"module": "./dist/esm/production/index.mjs",
"exports": {
".": {
"development": {
"require": "./dist/cjs/development/index.cjs",
"import": "./dist/esm/development/index.mjs"
},
"require": "./dist/cjs/production/index.cjs",
"import": "./dist/esm/production/index.mjs",
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"license": "MIT",
"keywords": [
"pridepack",
"preact-hooks",
"preact",
"hooks"
],
"name": "@lyonph/preact-hooks",
"devDependencies": {
"@types/node": "^18.7.3",
"eslint": "^8.22.0",
"eslint-config-lxsmnsyc": "^0.4.8",
"preact": "^10.7.2",
"pridepack": "^2.3.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
"preact": "^10.0"
},
"description": "Collection of useful Preact Hooks",
"repository": "https://github.com/LyonInc/preact-hooks.git",
"homepage": "https://github.com/LyonInc/preact-hooks",
"bugs": {
"url": "https://github.com/LyonInc/preact-hooks/issues"
},
"publishConfig": {
"access": "public"
},
"author": "Lyon Software Technologies, Inc. <corporate@lyon.com.ph>",
"private": false,
"typesVersions": {
"*": {}
},
"scripts": {
"prepublish": "pridepack clean && pridepack build",
"build": "pridepack build",
"type-check": "pridepack check",
"lint": "pridepack lint",
"clean": "pridepack clean",
"watch": "pridepack watch"
}
}