{ "name": "hexo-theme-jsimple", "version": "1.1.0", "description": "Simple three column theme for Hexo.Inspired by JianShu.com", "license": "MIT", "keywords": [ "Simple", "Three Column", "Jian Shu", "Hexo" ], "author": { "name": "Thomas Tang", "url": "https://tomartisan.com", "email": "hello@tangkunyin.com" }, "scripts": { "lint": "ejslint ./layout/*", "build:css": "gulp build-minifyCss", "build:all": "gulp", "publish": "pnpm run lint && pnpm run build:all" }, "type": "module", "packageManager": "pnpm@9.4.0", "devDependencies": { "ejs-lint": "^2.0.0", "@babel/core": "^7.23.9", "@babel/preset-env": "^7.23.9", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-clean-css": "^4.3.0", "gulp-concat": "^2.6.1", "gulp-rename": "^2.0.0", "gulp-uglify": "^3.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/tangkunyin/hexo-theme-jsimple.git" }, "bugs": { "url": "https://github.com/tangkunyin/hexo-theme-jsimple/issues" }, "engines": { "node": ">=18" } }