UNPKG

@huluvu424242/honey-papercss-style

Version:
64 lines (63 loc) 1.94 kB
{ "name": "@huluvu424242/honey-papercss-style", "version": "0.0.4", "description": "styles to apply with honey webcomponents.", "main": "dist/index.cjs.js", "module": "dist/custom-elements/index.js", "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "types": "dist/custom-elements/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/honey-papercss-style/honey-papercss-style.js", "files": [ "dist/", "loader/" ], "repository": { "type": "git", "url": "https://github.com/Huluvu424242/honey-papercss-style.git" }, "keywords": [ "honey", "papercss", "style", "webcomponent", "custom-element" ], "author": "Huluvu424242 alias FunThomas424242 and in real life Thomas Schubert", "license": "MIT", "bugs": { "url": "https://github.com/Huluvu424242/honey-papercss-style/issues" }, "scripts": { "postinstall": "cp ./node_modules/papercss/dist/paper.min.css src/components/honey-papercss-style/assets/", "build": "stencil build --docs", "start": "stencil build --dev --watch --serve", "test": "echo stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate", "prepare-deliver": "npm run build", "deliver": "npm publish --access=public", "pruefeVersionen": "npm outdated", "check-credits": "npx license-checker --failOn 'AGPL' --production >credits.txt" }, "engines": { "node": "14.15.0" }, "dependencies": { "@stencil/core": "2.8.0", "papercss": "1.8.2" }, "devDependencies": { "@types/jest": "26.0.22", "@types/puppeteer": "5.4.0", "jest": "27.1.0", "jest-cli": "27.1.0", "puppeteer": "10.2.0", "ts-node": "10.2.1", "typescript": "4.4.2", "rollup-plugin-node-polyfills": "0.2.1", "license-checker": "25.0.1" } }