UNPKG

@pixmi-game/cocos-toolbox

Version:

一个专为 Cocos Creator 开发的常用辅助函数合集工具库,旨在提升游戏开发效率和代码质量。

58 lines (57 loc) 1.37 kB
{ "name": "@pixmi-game/cocos-toolbox", "version": "1.0.4", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "files": [ "dist", "package.json", "LICENSE", "README.md" ], "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts", "require": "./dist/index.cjs" } }, "scripts": { "dev": "vite", "build": "tsc && vite build", "yalc:publish": "yalc publish --no-scripts", "yalc:push": "yalc push --no-scripts", "npm:setdefault": "npm config set registry https://registry.npmjs.org/", "npm:setmirror": "npm config set registry https://registry.npmmirror.com", "publish": "npm publish" }, "devDependencies": { "camelcase": "^8.0.0", "typescript": "^5.0.0", "vite": "^7.0.2", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.4", "yalc": "1.0.0-pre.53" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "cocos", "cocos-creator", "game", "toolkit", "utils" ], "homepage": "https://github.com/pixmi-game/cocos-toolbox#readme", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pixmi-game/cocos-toolbox.git" }, "bugs": { "url": "https://github.com/pixmi-game/cocos-toolbox/issues" } }