js-red-package
Version:
用 js 实现一个类似微信红包的随机算法
49 lines (48 loc) • 1.08 kB
JSON
{
"name": "js-red-package",
"version": "1.1.1",
"description": "用 js 实现一个类似微信红包的随机算法",
"author": "xgqfrms",
"license": "MIT",
"keywords": [
"js",
"微信",
"红包",
"red package",
"red gift envelope",
"微信红包",
"算法",
"随机算法"
],
"main": "build/index.min.mjs",
"cjs-main": "build/index.min.js",
"type": "module",
"entry": "src/index.js",
"scripts": {
"start": "webpack --mode=development",
"build": "webpack --mode=production",
"test": "jest",
"demo": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"test": "test"
},
"files": [
"build/*",
".editorconfig",
"package.json",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xgqfrms/js-red-package.git"
},
"bugs": {
"url": "https://github.com/xgqfrms/js-red-package/issues"
},
"homepage": "https://github.com/xgqfrms/js-red-package#readme",
"dependencies": {
"app-node-env": "^1.3.4"
}
}