Sha256: a7708b93f5d90bffb9e13485ad5e55dbcfc27667b822b9a1e7180cc1048ec289

Contents?: true

Size: 879 Bytes

Versions: 4

Compression:

Stored size: 879 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": "^_"
	},
	"exports": {
		".": {
			"types": "./src/index.d.ts",
			"browser": "./dist/hooks.module.js",
			"umd": "./dist/hooks.umd.js",
			"import": "./dist/hooks.mjs",
			"require": "./dist/hooks.js"
		}
	}
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
isomorfeus-preact-10.9.0 node_modules/preact/hooks/package.json
isomorfeus-preact-10.8.2 node_modules/preact/hooks/package.json
isomorfeus-preact-10.8.1 node_modules/preact/hooks/package.json
isomorfeus-preact-10.8.0 node_modules/preact/hooks/package.json