UNPKG

@tomiaa/comment

Version:
57 lines (56 loc) 1.35 kB
{ "name": "@tomiaa/comment", "version": "0.0.3", "private": false, "description": "基于 gitee Issue 评论的 JS 插件库", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "exports": { ".": { "import": "./es/index.js", "require": "./lib/index.js" }, "./src": { "import": "./src/index.ts" } }, "scripts": { "build": "vue-tsc --noEmit && vite build", "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -n ./changelog.ts" }, "keywords": [ "@tomiaa", "@tomiaa/comment", "kuangyx.cn", "comment", "gitee 评论" ], "files": [ "es", "lib" ], "author": "tomiaa", "license": "MIT", "dependencies": { "@tomiaa/theme-chalk": "^0.0.5", "@tomiaa/utils": "^0.1.6", "axios": "^1.3.3" }, "devDependencies": { "conventional-changelog-cli": "^2.2.2", "sass": "^1.58.1", "vite": "^4.1.1", "vite-plugin-dts": "^1.7.2", "vite-plugin-libcss": "^1.0.5", "vue-tsc": "^1.0.24" }, "repository": { "type": "git", "url": "git+https://github.com/tomiaa12/comment.git" }, "bugs": { "url": "https://github.com/tomiaa12/comment/issues" }, "homepage": "https://kuangyx.cn/docs/%E6%96%87%E7%AB%A0/JS%20Lib/gitee%20Issue%20%E8%AF%84%E8%AE%BA%E6%8F%92%E4%BB%B6.html" }