代码拉取完成,页面将自动刷新
{
"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"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。