/
githubmirror
/
preact
Обзор
Документация
Войти
/
githubmirror
/
preact
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
10.28.2
hooks/package.json
35 строк
931 B
Andre Wiggins
Remove prettier config override to editorconfig takes precedence
24 мар 2023, 23:13
24 мар 2023, 23:13
aff66ba
Код
Авторство
О чём код?
{ "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" } } }