@banyudu/chinese-numbers-to-arabic
Version:
Convert Chinese numbers into their Arabic Format
86 lines (85 loc) • 2.22 kB
JSON
{
"name": "@banyudu/chinese-numbers-to-arabic",
"version": "1.5.1",
"description": "Convert Chinese numbers into their Arabic Format",
"keywords": [
"arabic",
"chinese",
"chinese-to-english",
"numbers"
],
"homepage": "https://github.com/spa5k/chinese-numbers-to-arabic#readme",
"bugs": {
"url": "https://github.com/spa5k/chinese-numbers-to-arabic/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spa5k/chinese-numbers-to-arabic.git"
},
"license": "MIT",
"author": "spa5k",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsup",
"build:dev": "tsup",
"format": "prettier --write .",
"lint": "eslint src --ext .ts",
"prepublishOnly": "npm run build",
"semantic-release": "semantic-release",
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "pnpm lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.2",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/jest": "29.5.0",
"@types/node": "18.15.3",
"dotenv": "16.0.3",
"dotenv-cli": "7.1.0",
"esbuild": "0.17.12",
"esbuild-jest": "0.5.0",
"eslint": "8.36.0",
"eslint-config-galex": "4.4.2",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"jest": "29.5.0",
"prettier": "2.8.4",
"semantic-release": "20.1.3",
"tslib": "2.5.0",
"tsup": "6.6.3",
"typescript": "5.0.2"
}
}