nexwidget
Version:
An ESNext Web Component library.
49 lines (48 loc) • 1.13 kB
JSON
{
"name": "nexwidget",
"version": "7.0.2",
"description": "An ESNext Web Component library.",
"type": "module",
"exports": {
"./*.js": "./dist/*.js"
},
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"files": [
"dist/**/*"
],
"scripts": {
"build": "npx tsc && npx prettier dist/**/*.{js,d.ts} --write",
"version": "npx typedoc && npx prettier docs/**/*.{css,html,js} --write && git add -A docs",
"postversion": "git push && git push --tags && npm publish",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hawmex/nexwidget.git"
},
"keywords": [
"web components",
"ESNext"
],
"author": "Hamed Aarab",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hawmex/nexwidget/issues"
},
"homepage": "https://github.com/Hawmex/nexwidget#readme",
"dependencies": {
"lit-html": "^2.1.2",
"nexbounce": "^7.0.1"
},
"devDependencies": {
"prettier": "^2.5.1",
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
}
}