@epicpkgdemo/buttons
Version:
Button components for SlateUI
36 lines (35 loc) • 746 B
JSON
{
"name": "@epicpkgdemo/buttons",
"version": "1.9.0",
"description": "Button components for SlateUI",
"scripts": {
"build": "tsup ./index.ts --format esm,cjs --dts",
"dev": "tsup ./index.ts --format esm,cjs --watch --dts",
"typecheck": "tsc --noEmit"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist/**"
],
"keywords": [
"buttons",
"slateui"
],
"author": "",
"license": "ISC",
"dependencies": {
"@epicpkgdemo/core": "1.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/juristr/epicweb-slate-ui",
"directory": "packages/buttons"
}
}