UNPKG

intl-hmessage

Version:
64 lines (63 loc) 1.9 kB
{ "name": "intl-hmessage", "version": "1.0.2", "description": "international javascript tool", "main": "dist/common/index.js", "module": "dist/esm/index.js", "types": "dist/esm/types/index.d.ts", "typings": "dist/esm/types/index.d.ts", "scripts": { "lint": "eslint", "build:type": "tsc src/index.ts --declaration --emitDeclarationOnly --outDir dist/esm/types --esModuleInterop --skipLibCheck", "build": "rimraf dist && rollup --config rollup.config.js && npm run build:type", "test": "jest", "release": "npm run build && standard-version", "publish": "git push --follow-tags origin main" }, "repository": { "type": "git", "url": "git+https://github.com/MNISHoward/intl-hmessage.git" }, "keywords": [ "internation", "js" ], "files": [ "dist" ], "author": "451006700@qq.com", "license": "MIT", "bugs": { "url": "https://github.com/MNISHoward/intl-hmessage/issues" }, "homepage": "https://github.com/MNISHoward/intl-hmessage#readme", "devDependencies": { "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", "@babel/preset-typescript": "^7.16.7", "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-node-resolve": "^13.1.3", "@webpack-contrib/eslint-config-webpack": "^3.0.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "husky": "^7.0.2", "jest": "^27.3.1", "prettier": "^2.4.0", "rimraf": "^3.0.2", "rollup": "^2.70.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-terser": "^7.0.2", "standard-version": "^9.3.1", "typescript": "^4.6.2" }, "dependencies": { "intl-messageformat": "^9.11.4" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }