UNPKG

@pictogrammers/element

Version:

Web Component Element for TypeScript

39 lines (38 loc) 978 B
{ "name": "@pictogrammers/element", "type": "module", "version": "0.0.84", "description": "Web Component Element for TypeScript", "main": "./dist/element.js", "types": "./dist/element.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc --project tsconfig.build.json", "prepublishOnly": "tsc --project tsconfig.build.json", "test": "vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/Templarian/Element.git" }, "keywords": [ "web", "component", "htmlelement" ], "author": "Austin Andrews", "license": "MIT", "bugs": { "url": "https://github.com/Templarian/Element/issues" }, "homepage": "https://github.com/Templarian/Element#readme", "devDependencies": { "@babel/plugin-proposal-decorators": "^7.29.0", "@rollup/plugin-babel": "^7.0.0", "jsdom": "^29.1.0", "typescript": "^6.0.3", "vitest": "^4.1.5" } }