UNPKG

hxy-bank-utils

Version:

银行项目专用工具函数库,支持移动端和PC端,兼容低版本浏览器

76 lines (75 loc) 2.06 kB
{ "name": "hxy-bank-utils", "version": "1.0.1", "description": "银行项目专用工具函数库,支持移动端和PC端,兼容低版本浏览器", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "src", ".eslintrc.js", ".prettierrc", "jest.config.js", "tsconfig.json", "rollup.config.js", "package.json", "README.md", "CHANGELOG.md", "DEV_README.md" ], "scripts": { "build": "rollup -c", "dev": "npm --prefix preview-demo run dev", "dev:build": "rollup -c -w", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build && npm run test" }, "keywords": [ "bank", "utils", "typescript", "mobile", "pc", "browser-compatible" ], "author": "hxy", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.23.0", "@babel/preset-typescript": "^7.23.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", "@types/jest": "^29.5.8", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "babel-jest": "^29.7.0", "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", "prettier": "^3.1.0", "rollup": "^4.6.1", "rollup-plugin-dts": "^6.1.0", "ts-jest": "^29.1.1", "tslib": "^2.8.1", "typescript": "^5.3.2" }, "repository": { "type": "git", "url": "git+https://github.com/hxy/bank-utils.git" }, "bugs": { "url": "https://github.com/hxy/bank-utils/issues" }, "homepage": "https://github.com/hxy/bank-utils#readme" }