UNPKG

@millergeek/vue-library-printable-zine

Version:
54 lines 1.35 kB
{ "name": "@millergeek/vue-library-printable-zine", "version": "1.1.0", "description": "A vue library for creating printable zines", "keywords": [ "vue", "library", "components", "zine", "printable", "booklet" ], "homepage": "https://github.com/millergeek/printable-booklet-vue-components", "bugs": { "url": "https://github.com/millergeek/printable-booklet-vue-components/issues" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" } }, "browser": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "src", "tsconfig.json" ], "repository": { "type": "git", "url": "git+https://github.com/smiller171/printable-booklet-vue-components.git" }, "author": { "name": "Scott Miller", "email": "scott@millergeek.xyz", "url": "https://millergeek.xyz" }, "license": "CC-BY-NC-4.0", "devDependencies": { "changelogen": "^0.5.7", "typescript": "^5.6.2", "unbuild": "^2.0.0" }, "dependencies": { "ofetch": "^1.4.0", "vue": "^3.5.8" }, "scripts": { "dev": "cd playground && pnpm dev", "release": "changelogen --release && npm publish --access public --otp=$(ykman oath accounts code --single 'NPM:millergeek') && git push --follow-tags" } }