first commit

This commit is contained in:
2026-03-30 09:39:59 +08:00
parent 6c52425fca
commit 5ac73d3c6d
4484 changed files with 1144395 additions and 0 deletions

26
package.json Executable file
View File

@@ -0,0 +1,26 @@
{
"version": "3.8",
"name": "xforge",
"uuid": "ab72af5f-29c4-446f-8911-e4a0a6e3b139",
"creator": {
"version": "3.8.3"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0"
},
"scripts": {
"cli": "npx --registry=https://registry.npmmirror.com @gamex/cc-cli@latest",
"upgrade": "npm run cli upgrade 快捷指令:升级框架",
"package": "npm run cli package 快捷指令:管理扩展",
"pkg:add": "node ./extensions/pkg add",
"pkg:remove": "node ./extensions/pkg remove",
"pkg:update": "node ./extensions/pkg update"
},
"description": "大富翁",
"dependencies": {
"crypto-js": "^4.2.0"
}
}