tmaito-utils
Version:
utils 工具包
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "tmaito-utils",
"version": "0.5.2",
"description": "utils 工具包",
"keywords": [
"formatTime",
"smalltoBig",
"toPercent",
"toThousands",
"sum",
"getParams",
"resetProtocal",
"queryParams2String",
"calculator",
"download",
"downloadBlob"
],
"author": "朱孟韩 <menghan.zhu@outlook.com>",
"homepage": "",
"license": "ISC",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
"main": "dist/index.common.js",
"module": "dist/index.esm.js",
"types": "types/index.d.ts",
"files": [
"dist/**/*",
"types/*"
],
"scripts": {
"build:type": "rimraf types && tsc -p ./tsconfig.type.json",
"build": "rollup -c --environment NODE_ENV:production",
"clean": "rimraf dist coverage",
"coverage": "codecov",
"dev": "rimraf dist && rollup -c --watch --environment NODE_ENV:development",
"prebuild": "npm run clean && npm run build:type",
"test": "jest",
"version": "standard-version"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"testURL": "http://localhost"
},
"devDependencies": {},
"dependencies": {
"js-pinyin": "^0.1.9"
}
}