@bake-js/-o-id-ui
Version:
46 lines (45 loc) • 1.04 kB
JSON
{
"author": "Cleber de M. Goncalves (deMGoncalves)",
"bugs": {
"url": "https://github.com/bake-js/-o-id-ui/issues"
},
"description": "",
"devDependencies": {
"@bake-js/-o-id": "0.0.60",
"@biomejs/biome": "^1.8.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"vite": "^5.3.1"
},
"files": ["dist", "types.d.ts"],
"homepage": "https://github.com/bake-js/-o-id-ui#readme",
"license": "MIT",
"keywords": [
"Web Components",
"template",
"slot",
"shadowRoot",
"Javascript",
"HTML",
"CSS",
"UI"
],
"main": "dist/-o-id-ui.cjs",
"module": "dist/-o-id-ui.js",
"name": "@bake-js/-o-id-ui",
"repository": {
"type": "git",
"url": "git+https://github.com/bake-js/-o-id-ui.git"
},
"scripts": {
"build": "vite build",
"prepare": "husky"
},
"source": "src/index.js",
"styles": "dist/style.css",
"type": "module",
"types": "types.d.ts",
"version": "0.0.7"
}