UNPKG

@pionjs/pion

Version:

Hooks for web components

62 lines (61 loc) 1.68 kB
{ "name": "@pionjs/pion", "version": "2.8.3", "description": "Hooks for web components", "main": "lib/haunted.js", "module": "lib/haunted.js", "type": "module", "customElements": "custom-elements.json", "scripts": { "build": "tsc", "changeset": "changeset", "analyze": "tsc; cem analyze", "preversion": "tsc", "test": "web-test-runner \"test/**/*.test.ts\" --coverage", "test:watch": "web-test-runner test/**/*.test.ts --watch", "start": "rocket start", "docs": "rocket build" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/pionjs/pion.git" }, "keywords": [ "haunted", "lit", "web-components" ], "author": "", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/pionjs/pion/issues" }, "homepage": "https://github.com/pionjs/pion#readme", "typings": "lib/haunted.d.ts", "devDependencies": { "@changesets/cli": "^2.16.0", "@custom-elements-manifest/analyzer": "^0.5.7", "@matthewp/compile": "^3.0.0", "@open-wc/testing": "^4.0.0", "@polymer/polymer": "^3.5.1", "@rocket/cli": "^0.9.8", "@rocket/launch": "^0.5.4", "@rocket/search": "^0.4.1", "@types/mocha": "^10.0.0", "@web/dev-server-esbuild": "^1.0.0", "@web/test-runner": "^0.18.0", "cem-plugin-jsdoc-function": "^0.0.5", "eleventy-plugin-helmet": "^0.2.2", "rocket-preset-code-tabs": "^0.2.4", "rocket-preset-custom-elements-manifest": "^0.1.7", "rocket-preset-playground-elements": "^0.2.0", "sinon": "^17.0.1", "typescript": "^5.2.0" }, "dependencies": { "lit-html": "^2.0.0 || ^3.0.0" } }