fix: computercraft-ts

This commit is contained in:
2025-05-29 01:26:53 +09:00
parent d659e60899
commit 442f30b021
2 changed files with 26 additions and 23 deletions

View File

@@ -1,24 +1,25 @@
{ {
"name": "computercraft-ts", "name": "computercraft-ts",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"license": "ISC", "license": "ISC",
"author": "", "author": "",
"type": "commonjs", "type": "commonjs",
"main": "index.js", "types": "types/index.d.ts",
"scripts": { "main": "index.js",
"build": "tstl", "scripts": {
"postbuild": "node scripts/postbuild.js" "build": "tstl",
}, "postbuild": "node scripts/postbuild.js"
"devDependencies": { },
"@eslint/js": "^9.27.0", "devDependencies": {
"eslint": "^9.27.0", "@eslint/js": "^9.27.0",
"globals": "^16.2.0", "eslint": "^9.27.0",
"luamin": "^1.0.4", "globals": "^16.2.0",
"typescript": "^5.8.3", "luamin": "^1.0.4",
"typescript-eslint": "^8.33.0", "typescript": "^5.8.3",
"typescript-to-lua": "^1.31.1", "typescript-eslint": "^8.33.0",
"typescript-tstl-plugin": "^0.3.2" "typescript-to-lua": "^1.31.1",
}, "typescript-tstl-plugin": "^0.3.2"
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" },
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
} }

View File

@@ -1 +1,3 @@
term.write("Hello, world!"); const d = http.get("https://google.com");
print(d);