@ne1410s/cust-elems
Version:
ES Custom Elements base functionality
49 lines (48 loc) • 1.62 kB
JSON
{
"name": "@ne1410s/cust-elems",
"version": "0.3.145",
"description": "ES Custom Elements base functionality",
"main": "dist/ne14_cust_elems.cjs.min.js",
"module": "dist/ne14_cust_elems.esm.min.js",
"browser": "dist/ne14_cust_elems.umd.min.js",
"displayName": "ne_cust_elems",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "npx rimraf dist",
"is-pretty": "npx prettier -l .",
"prettify": "npx prettier -w .",
"build": "npm run clean && npx rollup -c",
"test": "npm run is-pretty",
"publish-local": "npm run test && npm run build && npm pack",
"publish-patch": "npm run test && npm run build && npm version patch && npm publish --access public",
"publish-minor": "npm run test && npm run build && npm version minor && npm publish --access public",
"publish-major": "npm run test && npm run build && npm version major && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ne14-fed/core.elem.git"
},
"keywords": [
"ES",
"Web",
"Custom Elements"
],
"author": "ne1410s <pgj646@gmail.com> (http://ne1410s.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ne14-fed/core.elem/issues"
},
"homepage": "https://github.com/ne14-fed/core.elem#readme",
"devDependencies": {
"@rollup/plugin-url": "^8.0.2",
"prettier": "^3.6.2",
"rimraf": "^5.0.10",
"rollup": "^4.48.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.9.2"
}
}