1 Star 0 Fork 1

江夏尧/游戏随机库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 931 Bytes
一键复制 编辑 原始数据 按行查看 历史
江夏尧 提交于 2022-02-23 12:28 . 1.0.7
{
"name": "game-random",
"version": "1.0.7",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"test": "set NODE_OPTIONS=--experimental-vm-modules &&jest --coverage",
"build": "tsc && rollup -c",
"dev": "rollup -c -w"
},
"dependencies": {
"seedrandom": "^3.0.5",
"shuffle-seed": "^1.1.6"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@types/seedrandom": "^3.0.2",
"@types/shuffle-seed": "^1.1.0",
"jest-test-tree": "^1.2.1"
},
"author": "",
"license": "ISC"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongzhongzhidong/game-random.git
[email protected]:dongzhongzhidong/game-random.git
dongzhongzhidong
game-random
游戏随机库
master

搜索帮助