UNPKG

@happys/money-format

Version:
38 lines (37 loc) 884 B
{ "name": "@happys/money-format", "version": "1.3.2", "description": "money-format", "author": "1032380143@qq.com", "license": "ISC", "main": "lib/index.js", "types": "lib/index.d.ts", "unpkg": "dist/format.min.js", "scripts": { "tsc": "tsc", "test": "npm run tsc && mocha --reporter spec", "dev": "npm run tsc && node lib/index.js", "build": "tsc && webpack -p --config webpack.config.js" }, "keywords": [ "money", "format", "rmb", "money-format", "format-money", "format-rmb", "rmb-format" ], "repository": { "type": "git", "url": "https://github.com/xigemall/money-format.git" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^8.1.3", "ts-loader": "^8.0.4", "typescript": "^4.0.2", "webpack": "^4.44.2", "webpack-cli": "^3.3.12" } }