UNPKG

@chasemoskal/magical

Version:

web toolkit for lit apps

52 lines (51 loc) 1.01 kB
{ "name": "@chasemoskal/magical", "description": "web toolkit for lit apps", "version": "0.1.9", "license": "MIT", "type": "module", "author": "Chase Moskal <chasemoskal@gmail.com>", "files": [ "x", "s" ], "main": "x/magical.js", "scripts": { "build": "run-s clean && run-p compile importly", "clean": "rimraf x && mkdirp x", "compile": "tsc", "importly": "importly < package-lock.json > x/importmap.json", "watch": "tsc -w", "http": "http-server", "start": "run-p http watch", "test": "cynic node x/tests.test.js" }, "keywords": [ "view", "views", "events", "element", "elements", "components", "web-components", "lit", "lit-html", "css", "css-preprocessor", "virtual", "hooks" ], "dependencies": { "es-module-shims": "^1.8.2", "lit": "^3.1.0" }, "devDependencies": { "cynic": "^0.2.1", "http-server": "^14.1.0", "importly": "^0.2.3", "mkdirp": "^3.0.1", "npm-run-all": "^4.1.5", "rimraf": "^5.0.5", "typescript": "^5.3.2" } }