Sha256: e6d01e5dd393ee7f3783a488009e5ae12b9ba4fa7b4ba68d7aec7cafa37bf306

Contents?: true

Size: 735 Bytes

Versions: 12

Compression:

Stored size: 735 Bytes

Contents

{
  "name": "preact-hooks",
  "amdName": "preactHooks",
  "version": "0.1.0",
  "private": true,
  "description": "Hook addon for Preact",
  "main": "dist/hooks.js",
  "module": "dist/hooks.module.js",
  "umd:main": "dist/hooks.umd.js",
  "source": "src/index.js",
  "license": "MIT",
  "types": "src/index.d.ts",
  "scripts": {
    "build": "microbundle build --raw",
    "dev": "microbundle watch --raw --format cjs",
    "test": "npm-run-all build --parallel test:karma",
    "test:karma": "karma start test/karma.conf.js --single-run",
    "test:karma:watch": "karma start test/karma.conf.js --no-single-run"
  },
  "peerDependencies": {
    "preact": "^10.0.0"
  },
  "mangle": {
    "regex": "^_"
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
isomorfeus-preact-10.6.14 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.13 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.12 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.11 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.10 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.9 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.8 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.7 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.6 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.5 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.4 node_modules/preact/hooks/package.json
isomorfeus-preact-10.6.3 node_modules/preact/hooks/package.json