initial commit

This commit is contained in:
2025-06-07 13:10:40 +09:00
commit 3555ea434e
7 changed files with 263 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "computercraft-mutil",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"types": "./dist/main.d.ts",
"main": "./dist/main",
"files": [
"dist/**/*.lua",
"dist/**/*.d.ts"
],
"scripts": {
"build": "tstl"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@typescript-to-lua/language-extensions": "^1.19.0",
"computercraft-ts": "latest",
"eslint": "^9.28.0",
"globals": "^16.2.0",
"luamin": "^1.0.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1",
"typescript-to-lua": "^1.31.1",
"typescript-tstl-plugin": "^0.3.2"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}