UNPKG

@neos21/hatena-blogs

Version:
31 lines (30 loc) 1.09 kB
{ "name": "@neos21/hatena-blogs", "version": "1.1.2", "description": "Hatena Blogs", "scripts": { "prebuild": "node -e \"require('fs').mkdirSync('./dist/styles/', { recursive: true });\"", "build": "npm run build-css-corredor && npm run build-css-murga && npm run build-css-el-mylar", "build-css-corredor": "cleancss -o ./dist/styles/corredor.css ./src/styles/corredor.css", "build-css-murga": "cleancss -o ./dist/styles/murga.css ./src/styles/murga.css", "build-css-el-mylar": "cleancss -o ./dist/styles/el-mylar.css ./src/styles/el-mylar.css" }, "author": "Neo <neos21@gmail.com> (https://neos21.net/)", "license": "MIT", "homepage": "https://github.com/Neos21/hatena-blogs#readme", "repository": { "type": "git", "url": "git+https://github.com/Neos21/hatena-blogs.git" }, "bugs": { "url": "https://github.com/Neos21/hatena-blogs/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/Neos21" }, "devDependencies": { "@neos21/neos-normalize": "2.0.1", "clean-css-cli": "4.3.0" } }