1 Star 0 Fork 1

陶良通/nodepub3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.89 KB
一键复制 编辑 原始数据 按行查看 历史
陶良通 提交于 2023-03-23 16:10 . docs: 完善文档
{
"name": "nodepub3",
"version": "1.3.1",
"author": "taolt",
"description": "Create EPUB 3 e-books in nodejs.",
"license": "MIT",
"keywords": [
"epub",
"epub3",
"e-books",
"nodejs"
],
"homepage": "https://gitee.com/taolt/nodepub3",
"repository": {
"type": "git",
"url": "https://gitee.com/taolt/nodepub3.git"
},
"files": [
"dist",
"templates"
],
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"jsnext:main": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"commit": "npx git-cz",
"build": "npx rollup --c --configPlugin typescript2",
"test": "npx jest",
"lint": "npx eslint **/*.{js,jsx,ts,tsx} --fix",
"prepublishOnly": "pnpm run build",
"prepare": "npx husky install && npx husky set .husky/pre-commit \"npx lint-staged\" && npx husky set .husky/commit-msg \"npx --no-install commitlint --edit $1\""
},
"dependencies": {
"@babel/runtime-corejs3": "^7.21.0",
"adm-zip": "^0.5.10",
"fs-extra": "^11.1.0",
"mime": "^3.0.0",
"pug": "^3.0.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@jest/types": "^29.5.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/adm-zip": "^0.5.0",
"@types/babel__core": "^7.20.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.0",
"@types/mime": "^3.0.1",
"@types/node": "^18.15.0",
"@types/pug": "^2.0.6",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"babel-jest": "^29.5.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"rollup": "^3.19.1",
"rollup-jest": "^3.1.0",
"rollup-plugin-cleandir": "^2.0.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-node-externals": "^5.1.2",
"rollup-plugin-progress2": "^0.2.3",
"rollup-plugin-typescript2": "^0.31.2",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"**/*.{css,scss,less,json,md,html,yaml}": "prettier --write"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/taolt/nodepub3.git
git@gitee.com:taolt/nodepub3.git
taolt
nodepub3
nodepub3
master

搜索帮助