UNPKG

@macro-plugin/qwik

Version:

A simpler way of creating components for qwik by using macros

40 lines 904 B
{ "name": "@macro-plugin/qwik", "version": "1.1.0", "description": "A simpler way of creating components for qwik by using macros", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "CHANGELOG.md" ], "keywords": [ "qwik", "qwikjs", "macro", "macros", "macro-plugin" ], "homepage": "https://github.com/macro-plugin/macros/tree/main/packages/qwik", "repository": { "type": "git", "url": "https://github.com/macro-plugin/macros.git" }, "dependencies": { "@macro-plugin/core": "1.2.0" }, "exports": { "./package.json": "./package.json", ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "author": "Raven Satir", "license": "MIT", "scripts": { "build": "rollup -c ../../rollup.config.mjs" } }