@downforce/webx
Version:
Awesome Web Components and Custom Elements
48 lines (47 loc) • 1.2 kB
JSON
{
"name": "@downforce/webx",
"version": "1.1.5",
"type": "module",
"sideEffects": false,
"files": [
"./LICENSE.txt",
"./esm/",
"./ts/"
],
"exports": {
"./*": "./esm/*.js"
},
"scripts": {
"clean": "rm -rf ./esm/ ./.cache/ || true",
"build": "tsc --project ./tsconfig.json",
"prepack": "node --run clean && node --run build",
"preversion": "node --run build"
},
"peerDependencies": {
"@downforce/std": "1",
"@downforce/web": "1"
},
"devDependencies": {
"@downforce/tsconfig": "workspace:*",
"typescript": "6"
},
"author": "Daniele Orlando",
"license": "MIT",
"description": "Awesome Web Components and Custom Elements",
"keywords": [
"TypeScript",
"JavaScript",
"Web",
"Components",
"Custom",
"Elements"
],
"homepage": "https://github.com/downforcetech/downforce.js",
"repository": {
"type": "git",
"url": "git+https://github.com/downforcetech/downforce.js.git"
},
"bugs": {
"url": "https://github.com/downforcetech/downforce.js/issues"
}
}