UNPKG

@21epub/epub-thirdparty

Version:
53 lines (52 loc) 1.42 kB
{ "name": "@21epub/epub-thirdparty", "version": "0.1.14", "description": "epub-thirdparty", "author": "dxsixpc", "license": "MIT", "homepage": "https://github.com/21epub/epub-thirdparty", "repository": { "type": "git", "url": "git+https://github.com/21epub/epub-thirdparty.git" }, "main": "dist/index.js", "source": "src/index.ts", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "type": "module", "keywords": [ "thirdparty" ], "scripts": { "start": "vite", "build": "rollup -c" }, "devDependencies": { "axios": "^0.27.2", "lodash": "^4.17.21", "@babel/core": "^7.18.2", "@babel/plugin-transform-runtime": "^7.18.2", "@rollup/plugin-eslint": "^8.0.2", "@rollup/plugin-typescript": "^8.3.2", "@types/lodash": "^4.14.182", "@types/rollup-plugin-json": "^3.0.3", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.7.0", "eslint-plugin-sonarjs": "^0.15.0", "rollup": "^2.75.6", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "tslib": "^2.4.0", "typescript": "^4.7.3", "vite": "^2.9.10" }, "files": [ "dist", "thirdparty" ] }