we-lib
Version:
wickedElements through customElements registry
49 lines (48 loc) • 1.44 kB
JSON
{
"name": "we-lib",
"version": "0.1.3",
"description": "wickedElements through customElements registry",
"main": "./cjs/index.js",
"scripts": {
"build": "npm run cjs && npm run rollup:es && npm run rollup:babel && npm run min",
"cjs": "ascjs esm cjs",
"rollup:es": "rollup --config rollup/es.config.js && sed -i.bck 's/^var /self./' es.js && rm -rf es.js.bck",
"rollup:babel": "rollup --config rollup/babel.config.js && sed -i.bck 's/^var /self./' index.js && rm -rf index.js.bck",
"min": "terser index.js --comments='/^!/' -c -m -o min.js"
},
"keywords": [
"wicked",
"elements",
"custom"
],
"author": "Andrea Giammarchi",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"ascjs": "^4.0.1",
"rollup": "^2.23.0",
"rollup-plugin-terser": "^6.1.0",
"terser": "^4.8.0"
},
"module": "./esm/index.js",
"type": "module",
"exports": {
"import": "./esm/index.js",
"default": "./cjs/index.js"
},
"unpkg": "min.js",
"dependencies": {
"wicked-elements": "^3.0.19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/we-lib.git"
},
"bugs": {
"url": "https://github.com/WebReflection/we-lib/issues"
},
"homepage": "https://github.com/WebReflection/we-lib#readme"
}